Top "Mailchimp-api-v3.0" questions

MailChimp API v3.

MailChimp resubscribe a deleted member causes the API to return a 400 bad request

I've encountered a problem on MailChimp v3 API where it responds with a status 400 when I try to resubcribe a …

mailchimp-api-v3.0
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 …

php wordpress mailchimp mailchimp-api-v3.0
Updating subscribers in a list using cURL and Mailchimp API v3

I have this code below that adds a user to a pre-existing list in Mailchimp. $apikey = '<api_key&…

php curl mailchimp mailchimp-api-v3.0
Creating new subscriber validation error using MailChimp API v3.0

I've got problem with creating new member in the list using v3 API. I'm sending post request with json data : …

mailchimp mailchimp-api-v3.0
MailChimp API 3.0 Invalid Resource Error

I am simply trying to add a new member to a MailChimp list. But I keep getting the following error …

json mailchimp-api-v3.0
Adding Custom Merge Tags in Mailchimp API 3.0

I have get around everywhere, but cannot find any clue to add custom merge tags through the api v3.0. The …

mailchimp mailchimp-api-v3.0
MailChimp send email v3.0

The version 2.0 of MailChimp APIs has a campaign send API. However I don't find any similar API on v3.0. I …

mailchimp mailchimp-api-v3.0
How to create a campaign using mailchimp v3.0

I am trying to create a new campaign using MailChimp API v3.0 but I do not see any method that …

mailchimp mailchimp-api-v3.0
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 …

mailchimp subscribe mailchimp-api-v3.0 unsubscribe
Mailchimp API v3.0 add email to list via NodeJS http

I'm using NodeJS to call the new MailChimp 3.0 API in order to add an email to a list. While I …

node.js http mailchimp mailchimp-api-v3.0