get_chimp_chatter
Retrieve a chronological account activity feed to review recent events like sends, imports, and subscriber changes.
Instructions
Retrieve the account activity feed (Chimp Chatter) of recent events across the account.
Use to review a chronological stream of account-wide activity such as sends, imports, and subscriber changes. Use get_campaign_report for metrics on a single campaign instead.
Args: count: Number of activity records to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and chimp_chatter array. Each entry: title, message, type, update_time, url, campaign_id, list_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |