list_contacts
Read-only
Retrieve contacts from your CRM with optional filters for name, email, phone, tags, or origin. Supports pagination to access up to 1000 records per call.
Instructions
List all contacts from the CRM. Optionally filter by name, email, phone (without country code), tag_names, or origin_id (use list_origins to find valid origin IDs). Returns up to 1000 per call. Use offset to paginate (e.g., offset=1000 for next batch).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| name | No | ||
| phone | No | ||
| tag_names | No | ||
| No | |||
| origin_id | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |