crm_contacts_update
Update a contact's details including name, title, reference ID, and archive status. Use the contact ID to specify which record to modify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID | |
| referenceId | No | External reference ID | |
| name | No | Contact name | |
| title | No | Contact title | |
| isArchived | No | Archived flag | |
| _confirmed | No | Set to true to confirm this write operation |