list_contacts
Retrieve contacts from your CRM with optional keyword search, record type filter, and pagination for easy management.
Instructions
List contacts with optional keyword search.
Args: record_type: Filter by 'person', 'company', or 'all'. keyword: Simple search across indexed fields (name, email, etc). per_page: Results per page (default 30). page: Page number (starts at 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| keyword | No | ||
| per_page | No | ||
| record_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |