cm_get_campaign_recipients
Retrieve a paginated list of recipients for a specific campaign, with options to order results and control page size.
Instructions
Get the paged list of recipients a campaign was sent to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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'. |