Realize Mailchimp Double-Opt-In with API 3.0

不打扰是莪最后的温柔 提交于 2019-12-20 09:11:05

问题


I´m looking for a comfortable way to realize double opt-in via mailchimp API 3.0. It looks like there was an option in version 2.0 which told mailchimp to send an opt-in confirmation email automatically as soon as a new member is added via API call.

It seems this parameter is not available any more in API 3.0. Has anyone an idea how to realize it with the new version of the API?


回答1:


When using Double Opt In on a list, people who have filled out your signup form will have an API status of pending until they confirm their subscription.

In order to mimic that functionality in API v3.0, set the user's status to pending instead of subscribed in your POST call. See How to Manage Subscribers for more details.



来源:https://stackoverflow.com/questions/31251271/realize-mailchimp-double-opt-in-with-api-3-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!