Merge contacts
merge_contactsEliminate duplicate contact records by merging them: keep a winning contact, discard a losing contact, and reassign references. Preview changes with dry-run default; confirm to execute.
Instructions
Merge two duplicate contacts: keep winningContactId, discard losingContactId (its references move to the winner). Dry-run by default; pass confirm:true. Destructive write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to actually execute. Omit or false returns a DRY RUN preview that sends nothing. | |
| auditUser | No | Email recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account. | |
| losingContactId | Yes | GUID of the contact to merge away and discard. | |
| winningContactId | Yes | GUID of the contact to KEEP. |