简体   繁体   English

Mailchimp 营销 API “您的活动尚未准备好发送”缺少内容字段

[英]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.我是 node.js 和 mailchimp api 的新手 我正在尝试通过 api 创建一个活动,但没有从活动中选择“内容”字段。

which parameters should I pass to the create campaign api to get that content field selected.我应该将哪些参数传递给创建活动 api 以选择该内容字段。

You can create the campaign, then do a separate call to add the content (PUT campaigns/{campaign id}/content) then send您可以创建活动,然后单独调用以添加内容 (PUT campaigns/{campaign id}/content) 然后发送

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Nodejs mailchimp 营销 api 忽略我的查询参数 - Nodejs mailchimp marketing api ignores my query parameters 在 nodejs 中使用 mailchimp 营销 api v3 响应代码呈现成功/失败页面 - Render success/failure page using mailchimp marketing api v3 response code in nodejs Sendgrid API v3 发送带有模板和动态模板数据的活动 - Sendgrid API v3 Send a campaign with a template and dynamic template data @mailchimp/mailchimp_marketing/types.d.ts' 不是 nodeJs 中的模块 - @mailchimp/mailchimp_marketing/types.d.ts' is not a module in nodeJs 错误:尚未准备好解析。 缺少内容类型? - Error: Not ready to parse. Missing Content-Type? 在 Facebook 营销 API 中创建 AdSet 时缺少目标受众位置错误 - Missing Target Audience Location Error when creating AdSet in Facebook Marketing API 如何使用云功能向 Mailchimp 活动添加新用户? - How to add a new user to Mailchimp campaign using cloud functions? Active Campaign API:如何“创建或更新联系人”及其自定义字段值? - Active Campaign API: How to 'create or update contact' along with their custom field values? 授权自己邮寄黑猩猩 api - authorize myself to mailchimp api 使用Mailchimp API - Use the Mailchimp API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM