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
0
votes
2 answers

Get html source code through Mailchimp API

I'm trying to use the Mailchimp API to download the html code used in a specific campaign. I was looking at this: http://kb.mailchimp.com/api/resources/campaigns/campaigns-instance which works fine, but I do not see how to the get the html source…
AndreaL
  • 150
  • 8
0
votes
1 answer

How to add segment that is a certain subgroup using Mailchimp API v3

I want to create a subgroup that is a subgroup, using API v3, and I'm not sure how to set the condition in the request. For some reason I can't get to the Playground today, so I can't play with it. I'm thinking something like: function…
ivanacorovic
  • 2,669
  • 4
  • 30
  • 46
0
votes
2 answers

How to get single record, filtered by email address, from MailChimp list using API 3.0

Flowing new subscribers from our CRM into MailChimp was easy, but what I need to do now is to get a single customer record based on only their email address and fetch their MailChimp ID from the MailChimp API. The MailChimp API 3.0 documentation…
Aaron Belchamber
  • 1,480
  • 1
  • 16
  • 20
-1
votes
3 answers

How can I read the status code of a mailchimp response?

I am playing around with the mailchimp API. The code snippet adds a user to a mailing list and afterwards a success or failure message should be displayed. Unfortunaley I can't get a grasp on the status code .. It seems I get a different response in…
Dawienchi
  • 75
  • 1
  • 9
-1
votes
1 answer

Resource submitted could not be validated: Mailchimp

as this is my first question on StackOverflow, I do hope I provide you with enough details to the problem in order to fix it. If you need any further info, don't hesitate to ask. In short, I'm trying to create a simple signup page for a newsletter…
-1
votes
1 answer

MailChimp Error Status: 401 Title: "API Key Invalid"

I am following a MailChimp API tutorial When I test the API, I get a 401 response saying my API key is invalid. Error - Status: 401 "Your API key may be invalid, or you've attempted to access the wrong datacenter." I have yet to register a domain…
CoatCat
  • 162
  • 1
  • 9
-1
votes
1 answer

When to use MailChimp Single or Batch Operations?

Sorry if this is a repeating Question. But I'm bit confused when to use MailChimp Single or Batch Operations? I want to build a simple PHP script to Subscribe a User to MailChimp List. That is triggered every time a Payment Provider pings the PHP…
Tami
  • 3
  • 4
-1
votes
2 answers

MailChimp and SquareSpace API integration

I need to integrate two APIs (SquareSpace and MailChimp) - take information from the first and input it into the latter. The two APIs don't have support for each other, and I know I need to create a custom solution formatted in JSON. When the user…
Whirlwind
  • 1
  • 3
-1
votes
1 answer

Mailchimp Api Subscriber Check via php

I am trying to check if an e-mail address a user enters already is in the list of subscribers or not. This is what I have tried so far:
Savan Paun
  • 1,723
  • 2
  • 16
  • 24
-1
votes
1 answer

Errors when trying add a member to MailChimp list via API

I've tweaked the code and I think I'm getting closer to the solution, but still receiving an error. public function onPluginsInitialized() { $this->add_member(); } public function add_member() { require…
-1
votes
1 answer

Writing a google app script on protected range

[edit] i finally got someone to unlock the range for me but i still get the error below. any insights? I'm writing a gs to send data to MailChimp over the API. I can't even test to see if the function is working properly because so many of the…
-1
votes
1 answer

MailChimp API not displaying all the newsletters

I am using mailchimp to display all the newsletters in my webpage. Am using this API call to get all newsletters, https://usX.api.mailchimp.com/3.0/campaigns But am only getting 10 campaigns, but there are many more campaigns in the mailchimp…
Mann
  • 576
  • 1
  • 9
  • 33
-1
votes
1 answer

Open Mailchimp subscription form next to button on click Wordpress

I am trying to open a MailChimp simple subscription form (email and submit) right next to a button on my Wordpress page. I just want to have a simple button that says Newsletter and when you click on it the small form appears next to it or bellow…
-1
votes
1 answer

How can I post data to mailchimp list through my page

I'm having a newsletter popup in my web page page which has three fields: e-mail, Birth month and birth date. So if the user fills in these data and clicks on submit I want these data to be written in the mailchimp list. Is there any way I can do…
Stefanos
  • 179
  • 1
  • 10
-1
votes
2 answers

Mailchimp cart content block

I am creating a website with mailchimp integration using their API. I am using their drag and drop cart block content feature, it seems that the price that is reflected in that block is not the price of the cart but the price of the product. My…
marlex
  • 26
  • 1
  • 6
1 2 3
38
39