MailChimp API - how to bypass the review process

為{幸葍}努か 提交于 2020-01-06 15:32:53

问题


I am building a system that should send out nightly email reminders to my subscribers. I've been asked to use Mailchimp as the email delivery service. I've begun integration with the MailChimp API. But it seems that every time I transmit email content and subscriber lists to mailchimp, it does not immediately get emailed. Instead, someone still needs to login to mailchimp, manually review, assign subscriber list, publish and send the emails.

I can't figure out how to bypass this "staging" area in mailchimp, and just tell the API to immediately send my emails to my recipients. Can anyone point me to the appropriate API calls that will do this? I really want to use Mailchimp as an SMTP server.


回答1:


I figured it out. The reason MailChimp doesn't let me send emails directly because the process I'm interested in falls under the category of Transactional Emails, which are against the Terms of Service.

For Transactional Emails, I should be using Mandrill, which is the MailChimp SMTP server.

http://apidocs.mailchimp.com/api/how-to/transactional-campaigns.php



来源:https://stackoverflow.com/questions/20989756/mailchimp-api-how-to-bypass-the-review-process

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