Mailchimp API(v1.3):添加了listSubscribe()的地址不会显示在信息中心中 [英] Mailchimp API (v1.3): addresses added with listSubscribe() don't appear in dashboard

查看:76
本文介绍了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天全站免登陆