All Collections
Integrations
Make (Integromat) integration
Make (Integromat) integration

Connect Scribeless to Make (integromat) to send personalized handwritten direct mail from 2000+ apps like Salesforce, Zoho and Calendly.

Updated over a week ago

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 Scheduling

  • Order placed

    WooCommerce, Magento, Salesforce Commerce Cloud

  • Form submitted

    Typeform, Fillout, Google Forms, Zoho Forms


Creating your Integration

  1. Sign up to the Scribeless platform and create your campaign

  2. Create your scenario

  3. Select the trigger event from an external app

  4. Add any filters or time delays as needed

  5. Choose the "HTTP" module

  6. Select "HTTP request"

  7. 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.

  8. Set content type to JSON.

  9. Include first name, last name, and address data variables within the "request content" part of the request

  10. 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.

Did this answer your question?