简体   繁体   中英

Mailchimp marketing API "Your campaign is not ready to send" missing content field

I am new to both node.js and mailchimp api I am trying to create a campaign through api but "CONTENT" field is not getting selected from the campaign.

which parameters should I pass to the create campaign api to get that content field selected.

You can create the campaign, then do a separate call to add the content (PUT campaigns/{campaign id}/content) then send

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM