list_contacts
Browse CRM contacts with pagination. Filter by status or folder, and set limit and offset to control the number of records returned.
Instructions
List all contacts in your CRM with optional filters. Use search_contacts for keyword search. This is for paginated browsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max contacts to return. Default 50, max 200. | |
| offset | No | Offset for pagination. Default 0. | |
| status | No | Filter by status: new, contacted, replied, interested, meeting_booked, not_interested, unsubscribed. | |
| folder_id | No | Filter by folder ID to only return contacts in that folder. |