Skip to content

Merge contact data

Merge contact data.

fromstringrequired

The unique identifier for the contact to merge away from. Must be a lead.

Example:"5d70dd30de4efd54f42fd526"
intostringrequired

The unique identifier for the contact to merge into. Must be a user.

Example:"5ba682d23d7cf92bef87bfd4"
skip_duplicate_validationboolean

Set to true to merge two contacts that are not duplicates (they share no matching email or phone).

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