Search CRM contacts
search_contactsFind CRM contacts by name, email, phone, or tag to retrieve contact IDs and check for duplicates before creating new records.
Instructions
Search the CRM by name, email, phone or tag. Results expose contactIds and support duplicate checks before contact creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| tags | No | ||
| limit | No | ||
| sortBy | No | ||
| ownerId | No | Filter by account owner | |
| sortOrder | No | ||
| searchTerm | No | Matches name, email or phone |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The results, when the API paginates | |
| page | No | Current page, when the API paginates | |
| items | No | The results, when the API returns a plain list | |
| total | No | Total matches, when the API paginates |