Mailchimp API(V1.3):与listSubscribe(添加地址)不会出现在仪表板 [英] Mailchimp API (v1.3): addresses added with listSubscribe() don't appear in dashboard

查看:824
本文介绍了Mailchimp API(V1.3):与listSubscribe(添加地址)不会出现在仪表板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Mailchimp的API(V1.3)的电子邮件地址添加到订户名单在我们的网站之一。很显然,我使用listSubscribe()和一切工作正常,在大多数情况下(读:API调用返回true,所有我发送给Mailchimp数据被添加/更新正确)。

I'm using Mailchimp's API (v1.3) to add email addresses to a subscriber list on one of our sites. Obviously, I'm using listSubscribe() and everything is working fine, for the most part (read: API call returns true, all of the data I'm sending to Mailchimp gets added/updated correctly).

但问题是,一旦增加一个新的地址,在正常情况下应该在事情​​发生(尤其是:电子邮件通知列出经理,显示出了仪表盘列表状态流中的地址)不会发生。

The problem, however, is that whenever a new address is added, the things that are normally supposed to happen (in particular: email notifications to list manager, addresses showing up in the dashboard list status stream) aren't happening.

我环顾四周,相当多的并没有发现同一问题的人。任何想法?

I've looked around for quite a bit and haven't found anyone with the same issue. Any ideas?

推荐答案

listSubscribe的默认操作添加订户申请加入。这意味着,当您提交listSubscribe订阅用户将收到一封电子邮件,要求确认自己的选择,在

The default action of listSubscribe to add a subscriber is opt-in. This means that when you submit a listSubscribe the subscribed user will get an email asking to confirm their opt-in.

如果用户不按照邮件中的链接那么他们将不会出现在仪表板。

If the user does not follow the link in the email then they will not appear in the dashboard.

您可以通过使用绕过这个:

You can bypass this by using:

'double_optin' => FALSE,

http://apidocs.mailchimp.com/api/1.3/listsubscribe。 func.php

然而,这仅建议非常偶然的情况下(实际上你在哪里处理选入)。

However this is only recommended for very occasional circumstances (essentially where you are handling the opt-in).

在我的情况下,我不激活的用户帐户,直到他们确认自己的电子邮件地址。如果让选择在电子邮件被发送,那么用户会从我的web应用程序得到了一些电子邮件。我非常小心,以确保他们正在核实他们的订阅,所有订阅的东西正在被Web应用程序处理(例如在用户取消订阅的web应用程序中,而不是通过MailChimp)。

In my case I am not activating a user account until they verify their email address. If let the opt-in email be sent then the user is going to get a number of emails from my web app. I'm being very careful to make sure that they're verifying their subscription and all subscription stuff is being processed by the web app (eg a user unsubscribes within the web app, not via MailChimp).

这篇关于Mailchimp API(V1.3):与listSubscribe(添加地址)不会出现在仪表板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆