PHP - Mailchimp - 有关订阅者的信息

发布于 2024-12-12 09:32:21 字数 158 浏览 1 评论 0原文

我在一个小页面上工作,用于将订阅者添加到时事通讯中。 我使用 listSubscribe 函数添加订阅者,我想知道发送的邮件是否存在于 mailchimp 列表中,但我不知道如何操作。 该函数有一个参数 update_existing 但不返回有关订阅者的任何信息。

有人可以帮助我吗?

I work on a little page used to add susbcribers to a newsletter.
I use the function listSubscribe to add subscriber and I want to know if the mail send exist in the mailchimp list but i don't find how.
The function has a parameter update_existing but that don't return any information on the subscriber.

Somebody can help me ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尐偏执 2024-12-19 09:32:21

您能否描述一下“如果邮件发送存在”的含义...您是否想确保该地址已添加到列表中?

http://apidocs.mailchimp.com/api/1.3/listmemberinfo.func.php

如果地址不在列表中, 将返回一个空数组。 (或详细信息,如果是的话)

“如果电子邮件发送”也可能意味着有关选择加入电子邮件的某些信息,
但如果添加了地址(通过验证),则 listSusbribe 的响应将为“true”

Can you describe what you mean by "if the mail send exist"... are you wanting to be sure the address was added to the list?

http://apidocs.mailchimp.com/api/1.3/listmemberinfo.func.php

will return an empty array if the address is not on the list. (or details if it is)

"If the email send" could also mean something about the opt-in email,
but the response will be "true" from listSusbcribe if the address was added (passed validations)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文