cm_get_campaign_unsubscribes
Fetch paginated list of campaign unsubscribes with timestamps. Filter by date and order by fields like email, name, or date.
Instructions
Get paged campaign unsubscribes with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Only return records added/changed since this date (YYYY-MM-DD or with time). | |
| page | No | Page number to fetch (1-based). | |
| pagesize | No | Number of records per page (default 1000, max 1000). | |
| campaignId | Yes | Campaign ID. | |
| orderfield | No | Field to order results by (e.g. 'email', 'name', 'date'). | |
| orderdirection | No | Order direction: 'asc' or 'desc'. |