DeckleDocs
Dashboard

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 added
  • contact.updated / contact.unsubscribed — a contact changes
  • event.recorded — a custom event is tracked
  • email.delivered / email.bounced — send outcomes

Actions#

ActionAPI
Create or update contactPOST /v1/contacts
Record eventPOST /v1/events
Send emailPOST /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.

Next steps#