Triggered when one or more source contacts are merged into a target contact.
Merging contacts triggers these webhooks:
originatedFrom
is set to merge
.originatedFrom
is set to merge
.If your app handles the originating merge event,
it can ignore update and delete events where originatedFrom
is set to merge
.
When Contact Updated and Contact Deleted are not triggered from a merge,
originatedFrom
is omitted from their payloads.
handler(event: ContactMergedEnvelope): void | Promise<void>