crm_contact_methods_create
Add a new phone, email, or other contact method to a customer contact record in ServiceTitan CRM, specifying its type and value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID | |
| type | Yes | Contact method type | |
| value | Yes | Contact method value | |
| memo | No | Contact method memo | |
| _confirmed | No | Set to true to confirm this write operation |