{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Send API", "version": "3.0.55" }, "items": [ { "info": { "name": "Send", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Cancel Campaign", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/campaigns/:campaign_id/actions/cancel-send", "params": [ { "name": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." } ] }, "docs": "Cancel a Regular or Plain-Text Campaign after you send, before all of your recipients receive it. This feature is included with Mailchimp Pro." }, { "info": { "name": "Mailchimp Send Campaign", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/campaigns/:campaign_id/actions/send", "params": [ { "name": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." } ] }, "docs": "Send a Mailchimp campaign. For RSS Campaigns, the campaign will send according to its schedule. All other campaigns will send immediately." }, { "info": { "name": "Mailchimp Get Campaign Send Checklist", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/campaigns/:campaign_id/send-checklist", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." } ] }, "docs": "Review the send checklist for a campaign, and resolve any issues before sending." } ] } ], "bundled": true }