Make.com Integration

Make.com Integration


Make.com (formerly Integromat) works with ZipZign via Make's built-in HTTP and Webhook modules. No dedicated ZipZign module is required — Make's generic HTTP tooling gives you full access to the entire ZipZign API.


Make.com is available on every plan, including Free.


Outbound: creating documents from Make


Use the HTTP → Make a request module:


  1. URL: https://zipzign.com/api/documents
  2. Method: POST
  3. Headers: Authorization: Bearer ds_your_api_key_here and Content-Type: application/json
  4. Body type: Raw / JSON
  5. Map fields from your trigger module into the JSON body


Inbound: receiving events from ZipZign


  1. Start a scenario with a Webhooks → Custom webhook module
  2. Copy the webhook URL Make generates
  3. In ZipZign, go to Dashboard → Settings → Webhooks and add an endpoint with that URL
  4. Select which events to receive (document.signed, document.paid, etc.)
  5. Click Determine data structure in Make and fire a test event from your ZipZign dashboard


Common Make scenarios


  • Google Sheets row → ZipZign signable document
  • ZipZign document.signed webhook → Dropbox upload → Email
  • Airtable record → ZipZign payable document
  • Typeform submission → ZipZign signable document


Authentication


Use an API key from your ZipZign dashboard (Settings → API Keys). Keys start with ds_. Pass as Authorization: Bearer ds_... header.


Webhook endpoint limits


Your account supports up to 10 webhook endpoints — shared across Make, Zapier, and any custom integrations.

Updated on: 23/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!