Clay integration

Integrate Scribeless with Clay to source address data and send handwritten mailers to B2B prospects in the US, UK and Europe.

Updated over a week ago

Connect Scribeless to Clay to send handwritten mailers programatically to a B2B prospecting list, taking advantage of Clays data sourcing tools to find the best address data.


Finding and validating address data using Clay


Integrating Clay with Scribeless

Sign up to the Scribeless platform and create your campaign, then split the address data in Clay using the below formula:
โ€‹

{{Address}}?.split(",")?.[0]

Then add a column, choosing "enrichment" & "HTTP request". Choose PUT request for method, and enter the URL as: https://us-central1-hc-application-interface-prod.cloudfunctions.net/api/v3/campaign/{{campaign ID}}?api_key={{API key}}

The {{campaign ID}} is the last number in the URL of your created campaign, and you'll find your {{API key}} within your account settings.

Include a header marked content-type, and applicaton/json, and include the below body:

{
"recipients": [
{
"address line 1": Formula,
"address line 2": Formula (1),
"city": Formula (2),
"company": "Scribeless",
"country": "United Kingdom",
"first name": First name,
"last name": Last name,
"state/region": Formula (2),
"zip/postal code": Formula (3)
}
]
}

Send a test request, and then save the HTTP request as a template on your account to use for future campaigns.


How can I set my campaign to testing mode?

When in testing mode, recipients will not be sent or charged. This is used to ensure your triggers and data mapping are working correctly. To do this, visit your campaign summary in the Scribeless platform and click "Enable Testing".

Any test recipients that come through will have a yellow background, showing you that you won't be charged for those recipients. Once your triggers are working properly, you can click "Disable Testing" so any recipients that now come through will be generated and printed.


โ€‹

Did this answer your question?