contact_merge
Merge two contacts into one. All child records (notes, activities, tags, etc.) from the secondary contact are moved to the primary. The secondary contact is soft-deleted after merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary_contact_id | Yes | The contact ID to keep (primary) | |
| secondary_contact_id | Yes | The contact ID to merge into the primary (will be soft-deleted) |