dex_list_contacts
Retrieve and filter contacts from your Dex CRM with criteria like birthdays, job titles, tags, groups, and keep-in-touch frequency. Supports pagination and field selection for targeted contact management.
Instructions
List contacts with advanced filtering, pagination, and field selection. Use 'where' to filter by starred, archived, frequency, birthday, location, job title, tags, groups, and more. Examples: find today's birthdays (where.hasBirthday), contacts with a keep-in-touch frequency (where.hasFrequency), monthly contacts (where.hasFrequency='monthly'), starred contacts (where.isStarred=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| take | No | Number of contacts to return (default varies by API) | |
| skip | No | Number of contacts to skip | |
| cursor | No | Pagination cursor (UUID) from a previous response | |
| where | No | ||
| include | No | ||
| select | No |