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
16
votes
10 answers

How to remove *|MC_PREVIEW_TEXT|* from email title using Mailchimp and or Mandrill

I have created an email template which includes merging tags on MailChimp which then gets published to Mandrill. When my script runs and I receive email, as you can see, |MC_PREVIEW_TEXT| appears in the title. I have searched both Mandrill and…
Don't Mind Me
  • 179
  • 1
  • 1
  • 8
16
votes
6 answers

Get all members from the mailing list using MailChimp API 3.0

http://kb.mailchimp.com/api/resources/lists/members/lists-members-collection Using this resource we can obtain only first 10 members. How to get all?
graceman9
  • 608
  • 2
  • 8
  • 20
15
votes
1 answer

MailChimp API 3.0: Status 403 "User does not have access to the requested operation" when trying to create a list

For some time now my API client fails to create a list via API according to the reference: https://developer.mailchimp.com/documentation/mailchimp/reference/lists/ Also, the example in the Getting Started documentation fails with the same…
Gerald
  • 694
  • 7
  • 19
15
votes
3 answers

turn off confimation of mailchimp

i want to turn off confirmation mail of mail-chimp. I have wondered every where but not getting any response from any site. How i disable . Not any mail just user click subscribe the newsletter and redirect to current site. No need to any…
Pritesh Mahajan
  • 4,974
  • 8
  • 39
  • 64
14
votes
4 answers

Universal links with redirects not working in iOS

Company domain links end up in the iOS app. Links with redirects through MailChimp to company's website from email website end up in the iOS app. But links which redirect to company domain website through MailChimp tracking link tapped in mail app…
14
votes
3 answers

How do I add CSS to my `mailchimp` popup form?

I am using mailchimps popup subscribe form. I have styled the content in mailchimp as far as I can. I want to add some more CSS to the popup, I have tried adding CSS to the CSS sheet already loading in my site yet the form will not pick it up in the…
13
votes
3 answers

Change MailChimp's success/error message

I can't find this anywhere. Can anyone who's familiar with MailChimp advise? I've embed my form/input and there's some empty div's (below) which have error/success messages injected.
user1406440
  • 1,329
  • 2
  • 24
  • 59
13
votes
4 answers

Resubscribe a user to a MailChimp list after unsubscribe

My site allows users to subscribe to MailChimp lists using the API via Drupal MailChimp module. But if a user unsubscribes by following the link in the email, and subsequently decides to re-subscribe by visiting my website and checking the…
Hugh Wormington
  • 305
  • 1
  • 2
  • 10
13
votes
6 answers

How to create list member with ADDRESS using Mailchimp API v3

The ADDRESS is a Merge Field but the documentation (http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/) is not clear on how to pass it to the API, since it has sub fields for street, zip, city etc. Does anybody have an…
Daniel Goetsch
  • 131
  • 1
  • 4
13
votes
1 answer

Updating a member's group interests using MailChimp API V3

I am running the following code (I've hidden ID's) to add/update a subscriber's interest groups in a MailChimp list: $mailchimp->patch('lists/1234567/members/' . md5('test@test.com'), [ 'status' => 'subscribed', 'merge_fields' => array( …
Ben Sinclair
  • 3,896
  • 7
  • 54
  • 94
13
votes
2 answers

Looking to give MailChimp dynamic content?

Ok so I'm looking to send out a weekly scheduled email with MailChimp. The email is to contain the newest 20 of the stock list (car stocklist of garage) to their subscribers. I can't seem to get this to work with an RSS feed as imagined so i…
Kane Mitchell
  • 370
  • 2
  • 4
  • 12
13
votes
1 answer

Subscribing users with groups through MailChimp 2.0 API

I've been working on this problem for hours and can't seem to find the solution, hopefully someone can help! I'm trying to create a simple MailChimp subscribe form on an HTTPS site and hence must use the API. I am using the "super simple…
Josh
  • 133
  • 1
  • 5
13
votes
2 answers

Mailchimp - add checkbox to list fields

I started to use mailchimp and finds it very helpful. However, I would like to add to my list a checkbox field, and cannot find it. I neither find a way to give a default value (for example, I could think of a non-elegant way to use a radio button…
guyaloni
  • 4,972
  • 5
  • 52
  • 92
13
votes
1 answer

MailChimp merge_vars what else is accepted apart from FNAME & LNAME?

I have implemented a very basic sign up using email address+name, although I would now like to add extra data such as Phone Number, Website etc. My question is where in the API doc can I find what else is supported apart from FNAME AND LNAME? At…
John Magnolia
  • 16,769
  • 36
  • 159
  • 270
12
votes
3 answers

How to send email through MailChimp 3.0 api?

I'm trying to send email through mailchimp api version 3.0 in php, but i have no luck. This is my code: $postString = '{ "message": { "html": "this is the emails html content", "text": "this is the emails text…
Anton Smatanik
  • 587
  • 1
  • 9
  • 25