Skip to content
Advertisement

Tag: mailchimp

What the template_content should be in case that template itself has no need for it (eg template has no mc:edit)?

I replaced the mandrill/mandrill package with mailchimp/transactional. Also I have a tamplate named MYTEMPLATE-001-GR with mergevar name. And I try to send an email using that template: But the response is the following: Meaning I should provide some value in template_content but my template has NO input fields just merge vars therefore I do not know what value needs to

Errors using MailChimp API adding email address to list

I am trying to add email addresses to my mailchimp mailing list but am getting an error saying I have just created the API key and haven’t done much with MailChimp before. I think the list ID is correct, I just grabbed it from the URL of my actual list in a browser https://us9.admin.mailchimp.com/lists/members/?id=###### Answer The API list ID is

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’t appear to be a way to do this with API

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 with id and a groups array

Advertisement