Skip to main content

Webhooks

Events we POST to your endpoints when data changes, so you can react without polling. Each event shares an envelope (id, type, createdAt, data); data is a compact set of the affected record's key fields — fetch the full object via the REST API. Deliveries are signed per Standard Webhooks; see the Webhooks guide for verification, retries and setup.