Skip to main content

Event payload reference

This page documents the payload Zapier POSTs to your callback_url for each connection webhook event. For the CRUD endpoints that register and manage webhooks, go to the Connections API reference.

Delivery headers

Each delivery includes the Standard Webhooks signature headers. For how to use them, go to Verify signatures. The body is sent as application/json.

Event object

data object

data.title can contain personal data (PII), for example a person’s name, username, email address, or phone number. Handle it accordingly: avoid logging it in plaintext, keep it out of analytics or third-party tools that are not approved for PII, and apply your normal data-handling and retention controls.

Example

Event types

connection.expiry_scheduled is the only event type today. New event types may be added later, so treat an unknown type as one to ignore rather than an error.