get_campaign_sent_to
Retrieve the list of recipients a sent campaign was delivered to, including delivery status (sent or bounced). Audit exactly who received your campaign and identify delivery issues.
Instructions
List the members a sent campaign was delivered to, with per-recipient status.
Use to audit exactly who received a campaign and whether each delivery succeeded or bounced. Paginate with count and offset for large recipient lists. Use get_campaign_report for aggregate stats instead.
Args: campaign_id: Sent campaign ID. Obtain from list_campaigns or search_campaigns. count: Recipients to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and sent_to array. Each: email_id, email_address, status ('sent'/'bounced'), open_count, absplit_group, gmt_offset, merge_fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |