List CRM contacts
list_contactsSearch CRM contacts by name, email, or phone to find recipient email addresses before sending an invitation. Use partial or full search terms.
Instructions
Search CRM contacts by name, email, or phone. Use this tool before send_invite to resolve a recipient's email address by their name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Filter contacts by name, email, or phone (partial match). Omit to return the first per_page contacts. | |
| per_page | No | Maximum number of contacts to return (1–100, default 15) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | No | Matching contacts (empty list when no contacts match — not an error) | |
| count | Yes | Number of contacts returned in this response |