Skip to content

Merge History Item

A record of a contact that was merged into another contact.

typestring

The type of object.

Example:"merge_history"
source_contact_idstring

The Intercom ID of the contact that was merged into this contact.

Example:"5ba682d23d7cf92bef87bfd3"
source_contact_rolestring

The role of the contact that was merged in.

Enum:"lead""user"
Example:"lead"
merged_atinteger or null, (date-time)

(Unix timestamp in seconds) The time when the merge occurred.

Example:1571672154
{ "type": "merge_history", "source_contact_id": "5ba682d23d7cf92bef87bfd3", "source_contact_role": "lead", "merged_at": 1571672154 }