merge_contacts
Keep a primary contact and merge a secondary contact into it, with options to update fields such as name, email, or phone.
Instructions
Merge two contacts. The primary contact is kept; the secondary is merged into it. Optionally update fields on the primary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Update the primary contact's email. | ||
| phone | No | Update the primary contact's phone. | |
| lastName | No | Update the primary contact's last name. | |
| firstName | No | Update the primary contact's first name. | |
| primaryContactId | Yes | The contact ID of the contact to keep (primary). Must be numeric ID. | |
| secondaryContactId | Yes | The contact ID of the contact to merge into the primary (secondary). |