get_chimp_chatter
Retrieve a chronological stream of recent account-wide activity from Mailchimp, including 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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Number of activity records to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |