Integrations · Bridge
Zapier
Connect Deckle to 8,000+ apps with no code — trigger Zaps from Deckle events and add contacts, record events, or send email as actions.
The Zapier connector bridges Deckle to the rest of your stack. Use Deckle events as Zap triggers, and the Deckle API as Zap actions — all authenticated with a single secret key.
Set it up#
Connect Zapier in Deckle
Open Integrations → Zapier and click Connect. Deckle generates a secret key for Zapier and shows it once — copy it.
Add Deckle to your Zap
In Zapier, add the Deckle app and paste the secret key when prompted to authenticate. Then pick a trigger or action below.
Triggers#
Start a Zap when something happens in Deckle:
contact.created— a new contact is addedcontact.updated/contact.unsubscribed— a contact changesevent.recorded— a custom event is trackedemail.delivered/email.bounced— send outcomes
Actions#
| Action | API |
|---|---|
| Create or update contact | POST /v1/contacts |
| Record event | POST /v1/events |
| Send email | POST /v1/send |
Prefer to build it yourself?
Every trigger is a Deckle webhook event and every action is a plain REST call. You can wire the same flows directly, or through Make and n8n, without Zapier.