【问题标题】:How to create interest in interest category?如何创建兴趣类别的兴趣?
【发布时间】:2015-11-17 21:28:23
【问题描述】:

根据下面的链接,创建兴趣功能不可用。 http://developer.mailchimp.com/documentation/mailchimp/reference/lists/interest-categories/interests/# 但是使用 API playgroung 你可以创造兴趣。即使尝试使用 REST api,我也能引起兴趣。如果“创建兴趣”API 已从上面的页面中删除,请告诉我。

【问题讨论】:

    标签: mailchimp


    【解决方案1】:

    我认为它从未不在该页面上。这个新的 API 文档缺少许多可能的东西。

    如果你想创造新的兴趣,你可以 POST 到这个端点: /lists/{list_id}/interest-categories/{interest_category_id}/interests

    示例请求正文:

    {
        "list_id": "id_of_the_list",
        "name": "name of the interest",
        "display_order": 1
    }
    

    所以你的问题的答案是我很确定他们还没有为那个创建文档。

    【讨论】:

    • 谢谢。我确认这是可行的,同时没有记录。只是小修正 - POST 有效负载中不需要 list_id,因为它在 URL 中。
    猜你喜欢
    • 2016-04-17
    • 2017-04-29
    • 2015-11-12
    • 1970-01-01
    • 2011-08-10
    • 1970-01-01
    • 2019-08-29
    • 2012-04-25
    相关资源
    最近更新 更多