Realize Mailchimp Double-Opt-In with API 3.0

后端 未结 1 1813
孤城傲影
孤城傲影 2021-02-01 02:04

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 m

1条回答
  •  囚心锁ツ
    2021-02-01 02:37

    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.

    0 讨论(0)
提交回复
热议问题