Zapier and Make connect thousands of services. The universal adapter accepts a simple payload and creates a lead or order in your workspace — without any custom code.
One endpoint, two resources
Leads
{ resource: "lead", data } → a CRM lead with source=zapier.
Orders
{ resource: "order", data } → an idempotent order on externalId.
Details
- Authorization via X-Adapter-Secret
- The data payload matches the public lead/order contract
- Order idempotency on externalId
- Workspace isolation on every request
Setup
- 1
Add the Zapier / Make adapter
Create a secret and copy the endpoint.
- 2
Configure the Zap / scenario
Add a Webhook step POST to the endpoint with the X-Adapter-Secret header.
- 3
Map the fields
Send { resource, data } according to the public contract.
Frequently asked questions
Is it a full browser SDK?
No — it's a server-side event intake. For browser forms use the JS widget; for deeper scenarios use the REST API.
Will orders be duplicated?
No — order intake is idempotent on externalId.
Automate without code
Connect Zapier or Make and data from any app flows into the CRM.
Start for free