Which is the preferred gem or plugin for using the Mailchimp API with Rails?
There's a list here, but I have yet to try any: mailchimp ruby
Any feedback is appreciated! Thanks!
Which is the preferred gem or plugin for using the Mailchimp API with Rails?
There's a list here, but I have yet to try any: mailchimp ruby
Any feedback is appreciated! Thanks!
With recent research, we found the gibbon gem to be a full featured and easy to use API wrapper for MailChimp. Hominid seems a bit more complex to use, and lacking in community discussion. The Gibbon gem is located at https://github.com/amro/gibbon
I found some great blog posts that describe how to get started with the Gibbon gem:
Mailchimp Integration with Ruby on Rails
How to subscribe a member into MailChimp using Ruby On Rails
These days Hominid is recommending the offical Mailchimp gem instead: https://bitbucket.org/mailchimp/mailchimp-api-ruby/
Mailchimp has now released official clients for their Marketing API, Transactional API (Mandrill) and mobile SDKs , which can be found here: https://mailchimp.com/developer/tools/ - you can now also reach this page by following the OP's link and go to tools.
They currently support ruby, php, python and nodejs on the V3 API.