mailchimp-api-v3.0 Questions
4
I am trying to use Mailchimp.com's API 3.0 to add people from a PHP web server, but my datetime values for "timestamp_signup"and "timestamp_opt" are being rejected on insert subscriber.
According...
Mary asked 19/10, 2018 at 13:41
3
Solved
I'm trying to update one of my subscriber's status using mailchimp API 3.0, Meteor and javascript.
Here is my js code I'm using:
request({
uri,
list_id,
method: 'PUT',
headers: {
'Content-Ty...
Sedan asked 4/12, 2018 at 10:54
8
Solved
Looking to add tags to my mailing list members via the api. But I don't see where to pass in tags in the documentation. Can someone point to an example of how to update the tags associated with a m...
Eatage asked 12/9, 2018 at 15:0
3
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.
<div id="...
Dextrin asked 13/12, 2017 at 16:33
4
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-subscri...
Hawks asked 10/2, 2017 at 12:22
3
Solved
Using MailChimp API V3.0 to create a campaign.
I want to create a campaign that sends to users with a specific interest. It looks like this is possible in the docs, but I've tried every permutatio...
Pinery asked 3/3, 2016 at 23:39
2
Solved
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, b...
Allele asked 8/3, 2016 at 18:39
5
I am simply trying to add a new member to a MailChimp list. But I keep getting the following error and can't quite understand why:
type: http://developer.mailchimp.com/documentation/mailchimp/guid...
Anchovy asked 6/1, 2017 at 15:29
1
Solved
I'm currently trying to send e-mails with Mailchimp and have a verified example.com domain. The issue being that I try sending an email from [email protected] to a list of emails with domains ...
Clynes asked 23/8, 2021 at 18:13
4
Is there a way to get the actual html file in Mailchimp API 3.0?
I tried this method, /3.0/templates/{template-Id}?apikey={myAPIkey}
but it's not returning the actual file, it's giving me the thumb...
Burnedout asked 25/3, 2016 at 14:49
1
I'm trying to create a segment based on a new merge field of type TEXT that I just created, by using condition_type = TextMerge since it seems to be the only option from their documentation that ma...
Arnulfo asked 13/1, 2017 at 13:39
6
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 fiel...
Brandnew asked 15/7, 2016 at 16:30
2
Is is possible to search for members in a MailChimp list by merge field using the MailChimp API v3.0?
The documentation for the Search Members endpoint links to a separate page, Search for Campai...
Malva asked 20/2, 2018 at 22:26
5
Solved
I just started working with the Mailchimp API. So far I have configured the open authentication using Node.js and Angular.js. I want to implement an export of customers (First name, Last name and E...
Aurochs asked 26/1, 2016 at 15:43
9
I have a newsletter form with name & email fields, which upon submitting gets sent to /api.mailchimp.com/3.0/lists/####/members using the MailChimp API.
From what I understand, the new GDPR fi...
Parts asked 1/5, 2018 at 10:28
1
I'm trying to make use of MailChimp's Automation trigger that activates when a subscriber's email ID is posted to an API endpoint:
(link)
Following the Workflow instructions, I'm using the follo...
Sensor asked 6/12, 2018 at 20:44
2
Solved
I am trying to update a Mailchimp list but receive the following error:
{
"type":"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/",
"title":"Wrong Datacenter",
"st...
Chung asked 22/1, 2017 at 17:23
2
I'm trying to use the Mailchimp API v3 to add tags to multiple subscribers. According to the Mailchimp API documentation, I need the segment id of the tag to do this. Where can I find this?
Ypsilanti asked 8/3, 2019 at 22:30
7
Solved
With the MailChimp API, to add a member to a list with a specific interest group, you need both that list's ID and the interest group's ID.
To get both those IDs, you can either query the API for ...
Faustofaustus asked 18/5, 2016 at 22:28
4
Solved
I've encountered a problem on MailChimp v3 API where it responds with a status 400 when I try to resubcribe a member. Here's the steps to reproduce the problem:
Subscribe a member to a list then ...
Andrus asked 6/9, 2018 at 7:18
5
I am trying to implement Mail Chimp's new API with my ASP.NET C# website so when a user enters their email address into an input box it will be added to my mailchimp list automatically. I have trie...
Ammeter asked 13/8, 2015 at 14:41
3
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 m...
Scrummage asked 25/9, 2018 at 10:37
2
I'm using the MailChimp API v3.0 and trying a schedule a campaign but every time I schedule and then check from my account it is not getting scheduled properly.
Here's the code I have,
if($camp_...
Lacielacing asked 17/3, 2016 at 6:40
1
Solved
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...
Krick asked 3/6, 2019 at 11:26
2
I want to add a tag to a specific user on a mailchimp list
$email = "[email protected]";
$tag="test";
$userid = md5( strtolower( $email ) );
$data = array(
'apikey' => $mailchimp_api_ke...
Froggy asked 18/2, 2019 at 17:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.