Zapier
Connect Zapier as a webhook data source: how a Zap posts contacts and events into the Instasent ingest stream, what it syncs, how fields map to attributes, and how consent is controlled through the data you send.
Zapier is a webhook platform: rather than reading your data directly, it lets you build a Zap that posts contacts and events into Instasent's ingest stream. Use it to connect Instasent to any of the apps Zapier supports that don't have a native connector.
How to connect
Zapier is a webhook platform: you don't create a credential on Zapier's side — Instasent creates the source and gives you the credentials, and you take them to Zapier. You can do the Instasent side before you have anything set up on Zapier; the source is created and waits for data in real time.
Add the data source
In Data sources, select Add data source and choose Zapier from the Integrations section.
Configure the source
Fill in the Configure step — Connection name, Default country, Regional settings / Locale and Timezone — and Instasent creates the source.
Copy your credentials
Instasent shows the source's credentials under Setup instructions — the Project UID, the Secret token and the Data source ID. Keep them safe.
Build your Zap
Install the Instasent app in Zapier and build a Zap that posts to your source's stream endpoint, using the credentials from the panel.
Watch the stream log
Back in Instasent, the source shows a stream log of the data arriving, so you can confirm your Zap is working.
For the endpoint shapes and the full credentials, see API & webhooks.
What it syncs
Zapier sends whatever your Zap posts — typically contacts and events, in
real time as the Zap runs. The payload follows the ingest format: a contact
payload identifies the contact (contact_id); an event payload adds the event name
and its parameters.
Field mapping
The fields you send are mapped to Instasent attributes the same way as any source — you decide in your Zap which values go into which fields, and confirm the mapping. See field mapping.
Consent mapping
Zapier has no consent mapping of its own — it simply passes through the data your Zap
sends. Consent is controlled by the columns and attributes you include in the
payload. If you send the consent attributes (_accepts_marketing_*,
_is_subscribed_*), the same rules apply as for any import: only set
_accepts_marketing_* to false on an active opt-out; "no data" stays null.
See Consent.