Skip to main content
WEBHOOK

Body

application/json

This event is fired whenever two records are merged together. Merging produces a new record holding the values of both originals, which are themselves marked as merged. Each merge therefore fires two events: both carry the new record's ID in id.record_id, and each names one of the originals in duplicate_record_id.

webhook_id
string<uuid>
required

The ID of the webhook that triggered this delivery.

Example:

"23e42eaf-323a-41da-b5bb-fd67eebda553"

events
object[]
required

An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching.

Response

200

Return a 200 status to indicate that the data was received successfully