crm_contact_methods_list
Find a contact's phone, email, or other contact methods by filtering on type, value, reference, or dates. Provide the contact ID to retrieve a paginated list of matching records.
Instructions
Search one contact's phone, email, or other contact methods by reference, type, value, or date filters. Returns one page and requires contactId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| type | No | Contact method type filter | |
| value | No | Contact method value filter | |
| pageSize | No | Records per page (default 50) | |
| contactId | Yes | Contact ID | |
| referenceId | No | Reference ID filter | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||