get_campaign_advice
Retrieve Mailchimp's post-send feedback and algorithmic suggestions to improve campaign performance, including subject line, content, and engagement tips.
Instructions
Retrieve Mailchimp's automated post-send feedback on a campaign (subject line, content, engagement tips).
Use to surface algorithmic suggestions Mailchimp makes after looking at how a campaign performed (e.g. 'your open rate is below industry average, try shorter subject lines'). Use get_campaign_report for raw metrics. Only works for sent campaigns.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if campaign_id is invalid. Returns an empty advice array if Mailchimp has no suggestions for the campaign.
Args: campaign_id: The Mailchimp campaign ID (e.g. 'abc123def4'). Must be a sent campaign.
Returns: JSON with total_items and advice array. Each entry: type ('positive' | 'negative' | 'neutral'), message (string, the advice text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |