aircall_list_contacts
List Aircall contacts with pagination, showing phone numbers and emails. Filter by creation date and set page size.
Instructions
List all contacts with pagination. Returns contact details including phone numbers and emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Filter contacts created to this Unix timestamp | |
| from | No | Filter contacts created from this Unix timestamp | |
| page | No | Page number (default: 1) | |
| order | No | Sort order | |
| per_page | No | Results per page (default: 20, max: 50) |