Receive webhooks when records are created, updated, or deleted from your Sync.
POST
requests with a 2xx HTTP status in a timely manner. If your webhook fails to respond repeatedly, we may disable your webhook.
POST
request.
Each webhook event will include the following standard properties to identify the related Sync and User:
event
type values are as follows:
sync_complete
sync_errored
record_created
record_updated
record_deleted
record_errored
sync_complete
sync_errored
status
field will be set to ERRORED
.
record_created
record_updated
record_deleted
id
and external_id
property for visibility on the deletion.
These events are sent after a successful Periodic Full Sync.
record_errored
status
field, and the Sync will continue processing other records.