crm_locations_contacts_create
Add contact information to a ServiceTitan CRM location by specifying type, value, and optional details like phone numbers or notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Location ID | |
| type | Yes | Contact type | |
| value | Yes | Contact value | |
| memo | No | Contact memo | |
| phoneNumber | No | Phone number | |
| doNotText | No | Do not text flag | |
| _confirmed | No | Set to true to confirm this write operation |