Get html source code through Mailchimp API -


i'm trying use mailchimp api download html code used in specific campaign.

i looking @ this: http://kb.mailchimp.com/api/resources/campaigns/campaigns-instance

which works fine, not see how html source code. because not allowed?

now , can access mailchimp v3 api here. if want update html content of specific campaign. use request pattern e.g.

  • unschedule campaign
  • update campaign html content through put method
  • schedule/send campaign

i used python script mailchimp access in web application, if want python script ping me...


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -