list_contacts
Retrieve address-book contacts for the active sender, filtered by subscription status or free-text search. Supports pagination with cursor.
Instructions
List address-book contacts for the active sender. Filter by subscribed state or free-text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search email/name. | |
| limit | No | Max items to return (default 25, max 100). | |
| cursor | No | Opaque pagination cursor from a prior response's nextCursor. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| subscribed | No | Filter by subscription state. |