Search code examples
mailchimpmailchimp-api-v3.0

Get html source code through Mailchimp API


I'm trying to use the Mailchimp API to download the html code used in a specific campaign.

I was looking at this: http://kb.mailchimp.com/api/resources/campaigns/campaigns-instance

which works fine, but I do not see how to the get the html source code. Is it because this is not allowed?


Solution

  • Now , you can access mailchimp v3 api from here. If you want to update html content of a specific campaign. Use this request pattern e.g.

    • Unschedule your campaign
    • Update campaign HTML Content through PUT Method
    • Schedule/Send your campaign

    I used python script for mailchimp access in my web application, if you want python script for that ping me...