Questions tagged [mailchimp]

MailChimp helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. It's like your own personal publishing platform.

MailChimp makes it easy to design exceptional email campaigns, share them on social networks, integrate with web services you already use, manage subscribers, and track your results.

The MailChimp API allows developers to create integrations that connect MailChimp to a CMS, blog, shopping cart, and more. The majority of data and functionality within the MailChimp web application is accessible, so the integration possibilities are endless.

Resources

2413 questions
22
votes
3 answers

not allowing more signups for now in mailchimp api

Using the Mailchimp API, I unsubscribed a user of a list. Then I immediately send a new request to resubscribe the same user using the Mailchimp API. I got 400 error bad request with this message: (...) as signed up to a lot of lists very recently;…
Promo
  • 707
  • 9
  • 26
22
votes
3 answers

Rails: Which is the preferred Mailchimp gem?

Which is the preferred gem or plugin for using the Mailchimp API with Rails? There's a list here, but I have yet to try any: mailchimp ruby Any feedback is appreciated! Thanks!
djburdick
  • 11,762
  • 9
  • 46
  • 64
22
votes
2 answers

Put the title of the first post in the subject of a MailChimp RSS campaign

I'm using MailChimp and RSS to send emails from my blog. I would like to use the first post title as the subject of the RSS email. When I try to do this, I get the following error: Message Subject* De InterMission Uitdaging van vandaag:…
Kees C. Bakker
  • 32,294
  • 27
  • 115
  • 203
21
votes
3 answers

Add to interest group using Mailchimp API v3

I'm using this MailChimp api v3 wrapper https://github.com/drewm/mailchimp-api/tree/api-v3 Using the example I can add an email to my list but cannot add it to one of my interest groups. This is the example code: $MailChimp = new…
user3029992
  • 221
  • 1
  • 2
  • 5
21
votes
2 answers

Send email via the Mandrill API containing multiple BCC addresses

Is their any way to send email via the Mandrill API which contain multiple BCC address? Mandrill API documentation displays only a single bcc_address in their API. So is it not possible send email which contain multiple BCC addresses?
Lizza
  • 233
  • 1
  • 2
  • 7
19
votes
5 answers

Mailchimp API v3.0 change subscriber email

I'd like to know if the Mailchimp API v3.0 allows for the EMAIL address to be changed for a subscriber. This is what I have: $email = strtolower(trim($oldEmail)); if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { return false; } $emailHash =…
Guerriky
  • 529
  • 1
  • 5
  • 15
19
votes
4 answers

Mailchimp's $mcj = jQuery.noConflict(true) causing conflict

I am trying to integrate MailChimps' standard html form into my website. However, my site has some jquery code that is running into problems with MailChimp's code. The following code is part of the MailChimp embedded form:
ORB
  • 255
  • 2
  • 7
19
votes
4 answers

Why does Mandrill not recognize my merge tags?

I am using the Mandrill API and have a simple template:

Hello *|name|*

And am using the send-template.json API from here:…
Kamilski81
  • 14,409
  • 33
  • 108
  • 161
19
votes
3 answers

Making only the link destination editable in MailChimp

Is there a way to only allow a user to edit a link's destination, and not the link itself, using MailChimp's template language? There doesn't seem to be anything about this specific situation in their documentation. For example:
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
18
votes
9 answers

MailChimp API GDPR Fields

I have a newsletter form with name & email fields, which upon submitting gets sent to /api.mailchimp.com/3.0/lists/####/members using the MailChimp API. From what I understand, the new GDPR fields that MailChimp have created don't seem to have an…
Alexander Holsgrove
  • 1,795
  • 3
  • 25
  • 54
18
votes
2 answers

Mailchimp subscribe using jQuery AJAX?

What is a complete jQuery solution to subscribing uses to a list on Mailchimp? The problem is that most solutions either use a library or require server side code. I want a quick elegant solution, which gives me complete control over the UI, hence…
Nagra
  • 1,529
  • 3
  • 15
  • 25
17
votes
7 answers

Can you get a MailChimp interest group ID without using the API?

With the MailChimp API, to add a member to a list with a specific interest group, you need both that list's ID and the interest group's ID. To get both those IDs, you can either query the API for them, or in the case of the list ID you can find it…
Tim Malone
  • 3,364
  • 5
  • 37
  • 50
17
votes
5 answers

Send Mailchimp newsletter to List via PHP

Is there a way to send a self-designed HTML and CSS email to a Mailchimp List from a .php page? I want to integrate a newsletter function to an admin panel with my own newsletter template and send it from there. I don't wanna have to log in to…
Alin
  • 1,218
  • 5
  • 21
  • 47
17
votes
3 answers

Can I use a DIV in an email template?

I am greatly confused about designing an email template for a mailchimp campaign. I want to know if I can use a div with a class of "Container" on my email template. Is using div tags supported by all mail clients? I am using DIV only for the…
Crookbud
  • 317
  • 1
  • 2
  • 8
16
votes
8 answers

MailChimp API PHP - Add to Interest Group

I'm currently using the MailChimp API for PHP, version 1.3.1 (http://apidocs.mailchimp.com/api/downloads/#php) I've set up a list in MailChimp, and would like to dynamically add: Subscribers to the list (done:…
Joe
  • 15,669
  • 4
  • 48
  • 83