Questions tagged [mailchimp-api-v3]
45 questions
0
votes
1 answer
Mailchimp V3 subscribe with interests as parameter
I'm trying to send a subscribe/signup request to mailchimp using C#. Now I was able to send it correctly but I needed to add a new parameter which is the INTERESTS field. I have a hard time looking for a sample can anyone please help me on this.…

MadzQuestioning
- 3,341
- 8
- 45
- 76
0
votes
1 answer
Get timestamp and member's email of Mailchimp campaign clicks
According to Mailchimp documentation, it is possible to get the timestamp plus the email address of members who opened a campaign email.
https://mailchimp.com/developer/marketing/api/open-reports/list-campaign-open-details/
members: An array of…

ricardojr
- 96
- 1
- 1
- 4
0
votes
1 answer
Send new message MAILCHIMP, returns empty
I am sending an email individually with MAILCHIMP without using templates, but the return comes out empty, what would be the correct way to send the request message?
-The answer returns empty and the mail does not arrive
-This is my post…

César Rodríguez Reyes
- 123
- 4
0
votes
0 answers
Too many request using mailchimp API with node js
I'm using this code to get a list of members in an audience and put their email adresses in arrays:
var mailchimpMarketing = require("@mailchimp/mailchimp_marketing");
mailchimpMarketing.setConfig({
apiKey: "MY API KEY",
server: "MY…

Samy Rharade
- 95
- 1
- 7
0
votes
2 answers
How to concatenate two array by using two request in javascript with mailchimp?
The title may not very clear. I'm gonna explain my problem.
Here is my code:
mailchimpMarketing = require("@mailchimp/mailchimp_marketing");
mailchimpMarketing.setConfig({
apiKey: "MY API KEY",
server: "MY SERVER",
});
const…

Samy Rharade
- 95
- 1
- 7
0
votes
2 answers
Why is my app.js not detecting errors with my Mailchimp API?
I've built a newsletter API with Mailchimp, and new users can successfully sign up to my newsletter by filling in the form and submitting. However, if there's an error in signing the user up (for example, if they've already signed up), then my…

Jon Nicholson
- 927
- 1
- 8
- 29
0
votes
1 answer
integrate mailchimp api in asp.net
I am integrating mailchimp api in asp.net.
web.config:
in code
using mailchimp;
IMailChimpManager manager = new MailChimpManager();
when I see what's in 'manager' object, it's null.
how do…

User27
- 535
- 5
- 25
0
votes
2 answers
Mailchimp API to Update merge_field using PATCH method
I have a total of 5 merge fields in the Mailchimp account which are marked as required and assigned to contacts. Need to update two of the merge field using the PATCH API method. But it returns with an error code to update all required merge field…
0
votes
1 answer
Mailchimp API 3.0 batch/bulk untag
I have a problem with untag the subscribers in a bulk with the Mailchimp API.
In the documentation https://mailchimp.com/developer/guides/how-to-use-tags/#Tag_multiple_contacts_in_bulk is the example:
{
"members_to_remove": [
…

Erwin Oudshoorn
- 71
- 1
- 8
0
votes
1 answer
name: 'MissingSchemaError'
So, I took the independent route to implementing a database into my own sign up app before i will implement the MD5 hash logic in order to use the MailChimp API. However, before I do that I need to understand a lil more about this error.
Is this…

SNewton
- 1
- 3
0
votes
1 answer
How to get contact list using campaign ID - Mailchimp API
How to get contact list using campaign ID - Mailchimp API - i have a webhook trigger on campaign sending, the webhook returns only the below json,
body{"type":"campaign","fired_at":"2020-02-24 07:21:16","data":{"id":"***","subject":"Thanks for…

Prasad Kumarasinghe
- 104
- 10
0
votes
1 answer
Cannot get response from mailchimp API
I need to connect mailchimp API through python script and GET data, that i'd later move to PowerBI for BI solutions.
I have read the documentation :
https://mailchimp.com/developer/guides/get-started-with-mailchimp-api-3/#Parameters
And I am trying…

MichaelM
- 1
- 1
0
votes
1 answer
Add Existing Tag/Segment To Contacts
Lately I have found mailchimp-api-v3 to be quite useful for managing our .1k list. Currently, I use the following to (1) create new tags, and (2) add the tag to contacts:
const MC = require('mailchimp-api-v3');
const mailchimp = new…

PeterKA
- 24,158
- 5
- 26
- 48
-1
votes
1 answer
WPform mailchimp API error while trying to add it
Hello I am new to mailchimp and to WP in general and I can not add the key to the WPform in order to link mailchimp to it.
I tried everything and nothing seems to work.
This is the error that I get.

Alex97
- 401
- 1
- 8
- 21
-2
votes
1 answer
How can I integrate mailchimp with asp.net_core project using Mailchimp.Net.V3?
I wanna integrate Mailchimp into asp.net_core project.
I tried to use MailChimp.Net.V3 and MailChimp.Net.V3.Core package.
I couldn't install MailChimp.Net.V3 with one error(please check image below) and Couldn't handle tag with MailChimp.Net.V3.core…

maple
- 11
- 2