mailchimp api v.3无法在帖子广告系列中插入template_id

时间:2016-01-05 17:02:14

标签: mailchimp mailchimp-api-v3.0

发布广告系列

{
    "type" :"regular",
    "recipients": {
        "list_id": "0270xxxcf7"
        }
    ,
    "settings": {
        "subject_line": "Thank you for your reservation",
        "from_name": "Customer Service",
        "reply_to": "reception@xxxx.com",
        "template_id": 37125
    }
}

每次回复都是["template_id"]=>int(0)

我尝试使用php脚本并直接来自" Developer Playground" ...我得到了相同的回复。 在创建新广告系列时,似乎无法设置模板ID。

如果我设置template_id:' 37125'我收到此错误:

  

template_id必须是整数

我尝试使用intval(37125)....没有,我得到了相同的["template_id"]=>int(0)响应。

有人可以帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

您必须使用“设置广告系列内容”选项

/活动/ {CAMPAIGN_ID} /内容