crm_contact_methods_create
Create a contact method for a ServiceTitan contact by specifying the contact ID, type, and value. Optionally include a memo and confirmation flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Contact method memo | |
| type | Yes | Contact method type | |
| value | Yes | Contact method value | |
| contactId | Yes | Contact ID | |
| _confirmed | No | Set to true to confirm this write operation |