keap_list_contacts
Fetch contact records from Keap CRM, filter by name or email, and control results with limit, offset, and sorting.
Instructions
List contacts.
API: GET /contacts
Args:
given_name: Filter by first name.
family_name: Filter by last name.
email: Filter by email address.
limit: Max results per page (default 20).
offset: Pagination offset.
order: Sort field, e.g. "id", "date_created", "last_updated", "name", "email".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| limit | No | ||
| order | No | ||
| offset | No | ||
| given_name | No | ||
| family_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |