MailChimp API Integration with Ruby on Rails
Currently I'm working on MailChimp API integration with ruby on rails.
In my application, users can create articles after creation is success I need to send the article title and content to the user mail chimp account campaigns.
For this I'm using Hominid Gem and fetching the campaign members from MailChimp account and dispatching mails from my application 开发者_StackOverflowusing action mailer in my own HTML format.
Can anyone please explain me how to send the article content in campaign template format through MailChimp account and please let me know if any such API methods available in Hominid Gem or some another gem.
Any help would be greatly appreciated.
Thanks, Kalyan
精彩评论