get_email_activity
Retrieve a per-recipient activity timeline for a sent campaign to analyze opens, clicks, and bounces. Get email addresses, action types, and timestamps for each recipient.
Instructions
Retrieve per-recipient activity timeline for a sent campaign (opens, clicks, bounces).
Use get_open_details for open data only. Use get_campaign_report for aggregate totals. Use get_campaign_recipients for delivery status only.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: campaign_id: Campaign ID (e.g. 'abc123def4'). Must be a sent campaign. count: Recipient records to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and emails array. Each: email_address, activity array with action ('open'/'click'/'bounce'), timestamp, url (clicks only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |