Skip to content

Merge contact data

Merge contact data.

fromstringrequired

The unique identifier for the contact to merge away from (the source contact). Can have a role of lead or user.

Example:"5d70dd30de4efd54f42fd526"
intostringrequired

The unique identifier for the contact to merge into (the destination contact). Must have a role of user.

Example:"5ba682d23d7cf92bef87bfd4"
skip_duplicate_validationboolean

When true, bypasses the check that the two contacts must be duplicates (matching email or phone), allowing non-duplicate contacts to be merged. Must be a JSON boolean; the string "true" does not bypass the check.

Default:false
Example:false
{ "from": "5d70dd30de4efd54f42fd526", "into": "5ba682d23d7cf92bef87bfd4", "skip_duplicate_validation": false }