Mailchimp · Arazzo Workflow
Mailchimp Pre-Send Checklist then Send Campaign
Version 1.0.0
Run the send checklist for a campaign and only send if it is ready.
View Spec
View on GitHub
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailArazzoWorkflows
Provider
Workflows
checklist-then-send-campaign
Send a campaign only when its send checklist reports ready.
Fetches the campaign send checklist and sends the campaign only if is_ready is true; otherwise it ends without sending.
1
getChecklist
getCampaignsIdSendChecklist
Retrieve the send checklist for the campaign to determine whether it is ready to send.
2
sendCampaign
postCampaignsIdActionsSend
Send the campaign now that the checklist reports it is ready. Returns a 204 empty response on success.
Source API Descriptions
openapi