使用MailChimp API 3.0获取HTML /纯文本广告系列

时间:2015-07-09 23:19:15

标签: curl mailchimp mailchimp-api-v3.0

我无法在MailChimp的新v3.0 API中找到如何获取广告系列的主体。我成功使用/3.0/campaigns来获取标题,但我无法获得电子邮件内容!即使/3.0/campaigns/single_campaign_id给了我除电子邮件内容之外的所有无用信息......我该如何解决这个问题呢?

我尝试了旧版本(/campaigns/content.format),但即使我添加了#34; apikey MYAPIKEY"在标题中我不断收到"You must specify a apikey value"错误。我很沮丧。 我是盲目还是没有办法在v3.0中提取广告系列html /纯文本正文?

2 个答案:

答案 0 :(得分:0)

您可以通过以下方式获取content of campaign's email

 <TextView
    android:id="@+id/loading_more_items"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_below="@+id/content_wrapper"

    android:layout_centerHorizontal="true"
    android:layout_margin="@dimen/space"

    android:clickable="false"
    android:gravity="start"
    android:singleLine="false"
    android:text="Loading..."
    android:textColor="@color/dark_grey"

    android:textSize="@dimen/text_size_small"
    android:visibility="gone" />

答案 1 :(得分:0)

这很奇怪,但是当您从邮件模板或广告系列发送至少一封电子邮件时,MailChimp会首先生成plain_text字段。 IMO使用plain_text创建和/或修改邮件模板/广告系列时,应生成html字段。

这使我们走上正轨:How to edit the plain text version of a Mailchimp automation email?

发送测试电子邮件后,API中会提供plain_text字段。

<强>更新

我直接向MailChimp的工作人员报告了这是一个错误/不幸的功能。这是在2017年2月2日完成的。他们在2月7日确认,他们将根据他们启用的日志进一步调查。

通过这些评论,他们关闭了案件,因此我不确定他们是否已经或将要修复该错误。