如何通过API在MailChimp模板中设置可编辑的图像

时间:2016-03-05 13:42:45

标签: api mailchimp

我制作了一个带有可编辑图像的模板("可编辑内容区"),如下所示:

<img src="http://somewhere.com/foo.jpg" mc:edit="header_image">

制作新广告系列时,我可以在使用MailChimp编辑器时替换图像。但我似乎无法使用API​​替换图像

如果我将图片的网址作为部分内容包含在内,则似乎会被忽略,并且会在未设置新图片网址的情况下创建广告系列。

    content: {
      sections: {
        header_image: "http://somewhere/else/bar.jpg",
        header: "Our latest newsletter",
        body: "<p>My fabulous content</p>",
        ... other named mc:edit section content ...
      }
    }

正在替换所有其他可编辑部分(文本)。

问题:如何通过广告系列/创建API设置mc:edit已标记图片的网址?

0 个答案:

没有答案