Questions tagged [mailchimp-api-v3.0]

MailChimp API v3.0 is the third major version of MailChimp API, which allows you to sync your database with MailChimp for better list and campaign management. Use this tag for questions about how to use the API or integrating the API with a specific programming language. Include the language tags (C#, PHP, Python, etc) if you're integrating with any of those languages.

Official Developer Site: Link

573 questions
4
votes
3 answers

add tags to mailchimp subscriber created via api php

I am using the PHP Curl code to add new subscriber to MailChimp. It is adding the subscriber with all information but I am not getting how to add the tags via with same Curl call. I have tried in many ways but nothing worked for me. Please let me…
4
votes
1 answer

Firebase to MailChimp

Background I have a completed app (iOS), and it is now in the App Store (Moneypants!). Hooray! I am now finalizing our database code, and I want to send all our new subscribers to MailChimp. I'm using Firebase functions, and I've been able to create…
4
votes
1 answer

Mailchimp API /lists date type parameter formatting for merge_fields

I have a date merge_field that I need to populate in the v3 version of the Mailchimp API. Lots of google searching on this before I found my answer... hopefully this saves someone time.
darrin
  • 749
  • 5
  • 23
4
votes
0 answers

MailChimp export api with static segment

I'm trying to use export api to get information of a saved segment of a list on MailChimp. I can get result from MailChimp if I change the segment field to "email" and segment op to "like"; when I use the segment field "static_segment", it says…
4
votes
2 answers

Mailchimp automation send same email multiple time

I use mailchaimp automation workflow on a landing page to send emails to my customers. The automation workflow is : Customer enter his email in my form The customer is added to my mailchimp list (or updated if already exist) with api V3 I call send…
Fabien
  • 548
  • 7
  • 18
4
votes
2 answers

Mailchimp API v3: How to resend confirmation email if status pending or unsubscribe?

I was wondering if someones knows if just by using the API v3 it is possible to resend the confirmation email to users if they choose to resubscribe. So far I can't find a way other then using mailchimps own forms. Cheers, Max
doom4
  • 633
  • 5
  • 19
4
votes
0 answers

Mailchimp API 3.0 Batch Subscribe

Acconding to the documentation a POST to /lists/{list_id} should batch subscribe or unsubscribe list members. If I send two members; one new member and one unsubscribed member: { "update_existing":true, "members":[ …
Henrik Høyer
  • 1,225
  • 1
  • 19
  • 27
4
votes
4 answers

Receiving MailChimp error "Your request did not include an API key." even though the API key is included using Alamofire

I am using Alamofire to send a request to MailChimp to add a user to a list MailChimp's docs say: There are 2 authentication methods for the API: HTTP Basic authentication and OAuth2. The easiest way to authenticate is using HTTP Basic…
Abbey Jackson
  • 885
  • 10
  • 20
4
votes
1 answer

Get list of specific members using MailChimp API v3.0

In previous version of MailChimp API there was option to get specific list of members. You was able to send list of emails and get those members. In version 3.0 there is only option to get ALL members or to get ONE specific…
carpics
  • 2,272
  • 4
  • 28
  • 56
4
votes
0 answers

Groupings in MailChimp 3.0 API

I am working on the MailChimp API, primarily on the list api (http://developer.mailchimp.com/documentation/mailchimp/reference/lists/) Problem is In MailChimp API 2.0, the grouping could be easily added to as suggested in their sample code However,…
Prabhjot
  • 4,496
  • 2
  • 18
  • 22
4
votes
1 answer

Resend Opt-in email to unsubscribed member using MailChimp API V3.0

I have a situation where I would like to programmatically (re)send a confirmation (opt-in link) email to a member who has unsubscribed. I know I cannot directly re-subscribe them, but I was hoping there would be a means of at least sending a…
Paul
  • 190
  • 1
  • 9
4
votes
2 answers

What is the right syntax for "timeframe" in MailChimp API 3.0

I want to use the MailChimp API 3.0: http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/# How do I set the query string parameter for the fields since_timestamp_opt, before_timestamp_opt, since_last_changed and…
TomGrill Games
  • 1,553
  • 2
  • 16
  • 25
4
votes
1 answer

401 Unauthorized error when sending PUT request to Mailchimp API v3.0 using Coldfusion/Railo

I'm creating a Coldfusion/Railo API Wrapper for Mailchimp's restful Services V3.0. GET requests are working fine but I'm having problems PUTTING data to Mailchimp. My code format is: httpService.setMethod("PUT")…
Cuppa T Lager
  • 41
  • 1
  • 3
4
votes
2 answers

Connection to MailChimp v3.0 API

I have a problem connecting to the new MailChimp 3.0 API (2.0 works fine). I would like to send some subscriber. What am I doing wrong? I am probably trying to send the apikey in the wrong way (HTTP Basic authentication). The documentation is here…
Tomas Kanok
  • 105
  • 10
4
votes
2 answers

Adding subscriber to segment using Mailchimp api v3.0

We are trying to rewrite integration with Mailchimp by using API v3.0 In v2.0 they have method for adding members to static segments (https://apidocs.mailchimp.com/api/2.0/lists/static-segment-members-add.php) Can't find this method in new API or…
Alexei P
  • 63
  • 1
  • 7