crm_contacts_update
Update contact information in ServiceTitan CRM by modifying name, title, reference ID, or archived status using the contact's unique identifier.
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 |