Connect Make (Integromat) to your Scribeless account to send handwritten mailers programatically based on triggers set from 2000+ different integration sources.
Typical triggers and integrations
Deal closed
HubSpot, Pipedrive, ActiveCampaign, Copper CRM
Contact property updated
Freshworks, SugarCRM, NetSuite, Creatio
Birthday or renewal date approaching
Zoho CRM, Salesforce, Klaviyo, Yotpo
Meeting booked
Calendly, Zoho Bookings, HubSpot, Acuity SchedulingOrder placed
WooCommerce, Magento, Salesforce Commerce Cloud
Form submitted
Typeform, Fillout, Google Forms, Zoho Forms
Creating your Integration
Sign up to the Scribeless platform and create your campaign
Create your scenario
Select the trigger event from an external app
Add any filters or time delays as needed
Choose the "HTTP" module
Select "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.
Set content type to JSON.
Include first name, last name, and address data variables within the "request content" part of the request
Send test request
Example request body
{
"recipients": [
{
"address line 1": "17-18 Berkeley Square",
"city": "Bristol",
"country": "United Kingdom",
"first name": "Tim",
"last name": "Johnson",
"state/region": "Bristol",
"zip/postal code": "BS9 1NF"
}
]
}
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.