get_campaign_send_checklist
Check if a Mailchimp campaign is ready to send by retrieving its pre-send readiness checklist, which flags missing recipients, subject lines, content, or other blockers.
Instructions
Retrieve the pre-send readiness checklist for a campaign.
Use to verify a campaign is ready before sending; the checklist flags missing recipients, subject lines, content, or other blockers. Resolve any 'error' type items before calling send_campaign. Use get_campaign_details to find campaign IDs.
Args: campaign_id: Campaign ID to check. Obtain from list_campaigns or search_campaigns.
Returns: JSON with is_ready (boolean) and items array. Each item: type ('success'/'warning'/'error'), id, heading, details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |