mailchimp_campaigns
List Mailchimp campaigns and retrieve details, content, feedback, and send checklists.
Instructions
Campaigns and their configuration and content. For performance data use mailchimp_reports instead. Set action to one of: list (all campaigns newest-first — start here for a campaign_id); details (full campaign record with settings and recipients); content (rendered HTML and plain-text body); feedback (internal team comments); send_checklist (what is blocking the campaign from sending).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| campaign_id | No | Campaign ID, from mailchimp_campaigns action=list. |