Find Services by Phone
heymax_crm_find_services_by_phoneFind existing HeyMax CRM service records by phone number, grouped by CPF, to identify customer history and linked services. Returns results in markdown or JSON.
Instructions
Find existing customer service records by phone number, grouped by CPF in the HeyMax CRM API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return, between 1 and 100. | |
| phone | Yes | Phone number with or without punctuation. | |
| response_format | No | Response format. Use 'markdown' for readability or 'json' for structured output. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| items | Yes | ||
| truncated | Yes | ||
| total_count | Yes |