Top "Mailchimp-api-v3.0" questions

MailChimp API v3.

Adding subscribers to a list using Mailchimp's API v3

I'm trying to add users to a list I've created in Mailchimp but I can't find any code examples anywhere. …

php json curl mailchimp mailchimp-api-v3.0
Create a basic MailChimp signup form using their API

I'm new to MailChimp and need some help. With their basic newsletter signup form... you simply embed some prepackaged HTML …

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

mailchimp mailchimp-api-v3.0
How to add "Tags" to mailchimp subscriber via the api

Looking to add tags to my mailing list members via the api. But I don't see where to pass in …

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

php mailchimp mailchimp-api-v3.0
Calling MailChimp API v3.0 with .Net

I'm trying to access our MailChimp account via the new 3.0 REST API. I've done the following: using(var http = new …

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

php mailchimp mailchimp-api-v3.0
Mailchimp API V3 jQuery Ajax POST subscribers

There has been a big update on the Mailchimp API (v3.0) and many of the jQuery plugins are out of …

jquery ajax mailchimp mailchimp-api-v3.0
Check whether email is subscribed to list in MailChimp API 3.0 using PHP

I've just read the following on the MailChimp website: MailChimp API v3.0 is now live! Prior versions will no longer …

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

html forms mailchimp mailchimp-api-v3.0