mailchimp 3.0 Get template in html form

Viewed 4230

Is there a way to get the actual html file in Mailchimp API 3.0? I tried this method, /3.0/templates/{template-Id}?apikey={myAPIkey} but it's not returning the actual file, it's giving me the thumbnail of the template.

4 Answers

I solved this by update campaign content with template id and sections.

  1. Get template id link
  2. Get template section link
  3. Update id and sections in template object in campaign content link
Related