get_campaign_send_checklist
Verify a campaign is ready for sending by reviewing its pre-send checklist, which flags missing recipients, subject lines, content, or other blockers. Resolve errors before sending.
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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: campaign_id: Campaign ID to check. Obtain from list_campaigns or search_campaigns. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |