Skip to Content
IntegrationsZapier & Make

Zapier & Make

Engine64 can POST agent events to any catch hook, so you can route leads and handoffs into 5000+ apps without writing code. The payload is the standard Engine64 webhook envelope.

Zapier

  1. In Zapier, create a new Zap and choose Webhooks by Zapier → Catch Hook as the trigger.
  2. Copy the Custom Webhook URL Zapier generates.
  3. In Engine64, open an agent’s Webhooks page and find the Zapier / Make card. Paste the URL, choose the events you want, and click Connect.
  4. Back on the Configured Webhooks list, use Send test on the new row to fire a sample delivery. In Zapier, pull that request in so it can detect the fields.
  5. Map fields from the payload’s data object into your downstream actions. See the payload reference for the shape of each event.

Make (Integromat)

  1. Add a Webhooks → Custom webhook module and copy its address.
  2. Paste it into the Zapier / Make card in Engine64, choose events, and Connect.
  3. Trigger Send test from the Configured Webhooks row — Make auto-detects the payload structure from the test delivery.
  4. Reference data.* fields in the rest of your scenario.

Signature verification

HMAC verification (see the webhooks page) is optional for Zapier/Make catch hooks, since the secret is effectively the URL itself. It’s recommended if you proxy deliveries through your own endpoint before handing them to Zapier or Make.

Last updated on
Engine64 | Docs