Zapier, Make, n8n, Pabbly and similar services connect thousands of apps. But the adapter is not tied to any of them: it's a plain webhook that accepts a simple payload and creates a lead or order in your workspace. Connect any no-code tool, your own backend, or a script — anything that can send an HTTP POST.
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 automation adapter
Create a secret and copy the endpoint in Settings → Developers.
- 2
Configure the scenario or code
In Zapier, Make, n8n, or your own backend add a Webhook POST step 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, Make, n8n, or your own backend and data from any app flows into the CRM.
Start for free