Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mailchimp API 3.0, template html source

Tags:

I am in the process of migrating from MailChimp API 2.0 to 3.0

One of the features I used in 2.0 was to retrieve the HTML source from a template https://apidocs.mailchimp.com/api/2.0/templates/info.php so I could preview how a proposed email would look, without having to create a campaign first.

There doesn't appear to be a way to do this with API 3.0

like image 300
Craig Rushforth Avatar asked Nov 14 '16 10:11

Craig Rushforth


1 Answers

I just answered this question over here - mailchimp 3.0 Get template in html form

There's no direct way of getting the source of a template (yet), but you can create a campaign with your templates and then get the source of that campaign.

http://developer.mailchimp.com/documentation/mailchimp/reference/campaigns/content/

like image 180
Dirk Wessels Avatar answered Sep 23 '22 16:09

Dirk Wessels