{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Emails API", "version": "3.0.55" }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Pause Automation Emails", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/automations/:workflow_id/actions/pause-all-emails", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." } ] }, "docs": "Pause all emails in a specific classic automation workflow." }, { "info": { "name": "Mailchimp Start Automation Emails", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/automations/:workflow_id/actions/start-all-emails", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." } ] }, "docs": "Start all emails in a classic automation workflow." }, { "info": { "name": "Mailchimp List Automated Emails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/automations/:workflow_id/emails", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." } ] }, "docs": "Get a summary of the emails in a classic automation workflow." }, { "info": { "name": "Mailchimp Get Workflow Email Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Get information about an individual classic automation workflow email." }, { "info": { "name": "Mailchimp Update Workflow Email", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Update settings for a classic automation workflow email. Only works with workflows of type: abandonedBrowse, abandonedCart, emailFollowup, or singleWelcome." }, { "info": { "name": "Mailchimp Delete Workflow Email", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Removes an individual classic automation workflow email. Emails from certain workflow types, including the Abandoned Cart Email (abandonedCart) and Product Retargeting Email (abandonedBrowse) Workflows, cannot be deleted." }, { "info": { "name": "Mailchimp List Automated Email Subscribers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id/queue", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Get information about a classic automation email queue." }, { "info": { "name": "Mailchimp Add Subscriber to Workflow Email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id/queue", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Manually add a subscriber to a workflow, bypassing the default trigger settings. You can also use this endpoint to trigger a series of automated emails in an API 3.0 workflow type." }, { "info": { "name": "Mailchimp Get Automated Email Subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id/queue/:subscriber_hash", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address." } ] }, "docs": "Get information about a specific subscriber in a classic automation email queue." }, { "info": { "name": "Mailchimp Pause Automated Email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id/actions/pause", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Pause an automated email." }, { "info": { "name": "Mailchimp Start Automated Email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/automations/:workflow_id/emails/:workflow_email_id/actions/start", "params": [ { "name": "workflow_id", "value": "500123", "type": "path", "description": "The unique id for the Automation workflow." }, { "name": "workflow_email_id", "value": "user@example.com", "type": "path", "description": "The unique id for the Automation workflow email." } ] }, "docs": "Start an automated email." } ] } ], "bundled": true }