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:
- URL:
https://zipzign.com/api/documents - Method:
POST - Headers:
Authorization: Bearer ds_your_api_key_hereandContent-Type: application/json - Body type: Raw / JSON
- Map fields from your trigger module into the JSON body
Inbound: receiving events from ZipZign
- Start a scenario with a Webhooks → Custom webhook module
- Copy the webhook URL Make generates
- In ZipZign, go to Dashboard → Settings → Webhooks and add an endpoint with that URL
- Select which events to receive (
document.signed,document.paid, etc.) - 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.signedwebhook → 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
Thank you!