crm_contact_methods_list
Retrieve and filter contact methods for a specific ServiceTitan CRM contact using parameters like type, value, or date ranges to manage communication channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID | |
| referenceId | No | Reference ID filter | |
| type | No | Contact method type filter | |
| value | No | Contact method value filter | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |