Skip to content

Tag: mailchimp

mailchimp API 3.0, template html source

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&#…

How can I add that subscribe to different segments?

I want to add my subscriber different segment by signup source. I create two segment in Mailchimp. How can I add that subscribe to different segments? I using API v2. Answer From the API Docs: you’ll need to add a groupings item to your merge_vars array. That should be an array of associative arrays wit…