videoguru27 Posted July 30, 2013 Share Posted July 30, 2013 So our currently has a custom developed application on our exchange to pull the text generated from a .php file and insert it into a template on an email that we send out weekly. We want to move to a third party email service: mailchimp, bombbomb, etc... Essentially we want to create an email template and call in the text from the php file into the body of the email without having to manually copy and paste the text each week, so as the text on the php file changes, our email text would also automatically update. The php link is here: www.mbsquoteline.com/data_xinnix.php I was suggested to try setting up an rss feed in our site that would pull the data from the .php and then generate some html with it, and then use mail chimp's rss to email feature, but that only yielded title and description, no actual content. Thoughts? Need more information? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
jcbones Posted July 31, 2013 Share Posted July 31, 2013 (edited) Why not just get the API http://http://apidocs.mailchimp.com/api/downloads/, then use PHP to push your data to mailchimp? Edited July 31, 2013 by jcbones Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.