Connect it
1
Generate the API key
Open the Zapier tile on the Integrations page and select Generate API key. The
panel then shows two things your Zap will ask for: the API key (behind a Reveal
toggle, with Copy next to it) and the Base URL.
2
Build the Zap
The panel’s Setup guide walks you through the Zapier side: create a Zap, choose the
trigger app it names, and paste the API key and base URL when Zapier asks you to
authenticate.
3
Pick a trigger event
Choose the event the Zap should fire on: a new contact, an inbound message, a paid
invoice. Zapier subscribes automatically; there is nothing to configure back in DMLY.
4
Turn the Zap on
A live Zap appears in the panel under Connected Zaps, listed by the event it
subscribed to. Turning the Zap off in Zapier unsubscribes it and the row disappears.
Test it before you rely on it
The panel’s Send a test event section takes an event and, as it says itself, “Fires a sample payload to every Zap subscribed to that event.” Use it to prove the wiring end to end: the sample arrives in Zapier exactly like a real event, so you can map its fields into the Zap’s next steps without waiting for a real contact to do something.The events you can subscribe to
The catalogue is the same one the Webhooks tile uses: every topic in Webhook events, fromcontact.created through appointments,
invoices, payments, subscriptions, store events and broadcasts. A Zap subscribes to exactly
one event; run several Zaps for several events.
What a delivery looks like
Every event reaches the Zap in the same envelope, with the event’s own payload underdata:
contact.tagged, what Send a test event
delivers. Two fields are worth building around: event tells a multi-purpose Zap what
arrived, and id is stable across retries, so deduplicate on it if a step must not run
twice.
Zapier deliveries are not signed the way webhook endpoint
deliveries are: a Zapier hook URL is an unguessable address that only Zapier and DMLY
know, which is Zapier’s own security model for REST hooks.
Webhook events
The full topic list a Zap can subscribe to.
Connect n8n
The same events, delivered to a workflow you run yourself.

