Mailchimp · Arazzo Workflow
Mailchimp Create Template, Build Campaign, and Send
Version 1.0.0
Create a reusable template, build a campaign from it, then send.
View Spec
View on GitHub
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailArazzoWorkflows
Provider
Workflows
create-template-campaign-send
Create a template, build a campaign from it, and send.
Saves a template, creates a campaign, applies the template as content, and sends the campaign.
1
createTemplate
postTemplates
Save a reusable HTML template to the account.
2
createCampaign
postCampaigns
Create a regular campaign bound to the audience.
3
setContentFromTemplate
putCampaignsIdContent
Set the campaign content from the newly created template.
4
sendCampaign
postCampaignsIdActionsSend
Send the campaign immediately. Returns a 204 empty response on success.
Source API Descriptions
openapi