List contacts
missive_list_contactsList contacts in a contact book. Missive: GET /contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max contacts to return (default 50, max 200). | |
| order | No | Sort order (default "last_name"). | |
| offset | No | Number of records to skip (offset pagination). | |
| search | No | Free-text search over contacts. | |
| contact_book | Yes | The contact book id to list contacts from (required). | |
| modified_since | No | Unix timestamp — only contacts modified since. | |
| include_deleted | No | Include deleted contacts. |