如何使用 MailChimp 在 Rails 中发送自动新闻通讯?
有没有办法可以从 Rails 应用程序将新闻通讯的内容发送到 MailChimp 并将其发送到列表?
也许有一个 mailchimp gem 可以提供这种集成?
Is there a way I can send content of a newsletter to MailChimp from a Rails app and have it send it out to the list?
Maybe a mailchimp gem that provides this integration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用此处找到的 Hominid Gym - https://github.com/terra-firma/hominid连接到 MailChimp API。从那里您可以使用 mailchimp 方法来创建活动内容等。
You could use Hominid Gym found here- https://github.com/terra-firma/hominid to connect to the MailChimp API. from there you could use the mailchimp methods to create campaign content, etc.