Questions tagged [mailchimp]

MailChimp helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. It's like your own personal publishing platform.

MailChimp makes it easy to design exceptional email campaigns, share them on social networks, integrate with web services you already use, manage subscribers, and track your results.

The MailChimp API allows developers to create integrations that connect MailChimp to a CMS, blog, shopping cart, and more. The majority of data and functionality within the MailChimp web application is accessible, so the integration possibilities are endless.

Resources

2413 questions
0
votes
1 answer

Mailchimp integration with MongoDB + Node.js

I currently have a collection of users in a MongoDB database, and I want to send them periodic updates about new content on a real-estate marketplace site daily. Every day, I would like to email each user information about any new items (if any)…
Allen Wu
  • 165
  • 1
  • 2
  • 10
0
votes
1 answer

Laravel Newsletter package error: trying to access array offset on value of type bool

hope everyone is well! I have recently encountered a problem when trying to implement a newsletter system using the Spatie newsletter package for Laravel, during the testing it was showing that I had an error in my code right in this line: public…
0
votes
3 answers

Adding query param to mailchimp request with Node.js client library

I am trying to list out all my interests from the MailChimp api using the @mailchimp/mailchimp_marketing npm library, as that is what they use as examples for node.js in their docs. Link to the npm…
PeCeSe
  • 35
  • 1
  • 8
0
votes
2 answers

Add subscriber to a Mailchimp group / update form answers via web request

I've a two-step newsletter signup form on a static webpage, which starts with a simple text field on the landing page with the email text field and a button. I make a JSONP request to the POST endpoint of my custom Mailchimp form to subscribe a…
marius
  • 7,766
  • 18
  • 30
0
votes
1 answer

One or more errors occurred.(An error occurred while sending the request) Mailchimp List Integration

I am developing a system that does the renewing of the subscription and sends the notification to the subscribers about their account activities. I implement Mailchimp to sends emails and notifications to the subscribers. I need to add lists to the…
0
votes
1 answer

MailChimp, Modal, Foundry

Greetings: I'm trying to troubleshoot why the embed code for MailChimp is not working when users click SUBSCRIBE. Here's the link to the site, where I added a "Newsletter 2" to show this, and the original Newsletter button that uses a "mailto:"…
0
votes
1 answer

My POST request works on Postman but not with axios

I have a nuxt project deployed on Netlify and now I want to add a newsletter (add a subscriber to my audience on Mailchimp). To achieve that, I've opted to use the AWS serverless lambda functions. To be honest, it's the first time that i've heard…
Amauri Santos
  • 129
  • 10
0
votes
1 answer

Mailchimp - How to set date locale in a campaign?

I'd like to display the Hebrew month automatically in my Mailchimp's newsletter. So I think I need to set the date locale to Herbew. How do I set the date locale? I saw this similar question from 2013 but it doesn't work anymore. (maybe the…
0
votes
2 answers

Mailchimp API success indicator

When I run a Mailchimp POST API to delete a member ("/actions/delete-permanent"), I can see the correct result in the MailChimp UI (member is gone), however the return response (in the variable "responseString" below) is blank (""). I'm using C#: …
wayfarer
  • 780
  • 2
  • 15
  • 33
0
votes
1 answer

Mailchimp API limit in post request

I am working with the mailchimp api. I am running into a problem where i exceed their limit of 10. In the get request you can solve this with pagination and offset. But how can you solve this in a post request, it's not like you can have pagination…
Kevin.a
  • 4,094
  • 8
  • 46
  • 82
0
votes
1 answer

Mailchimp API: Unable to trigger Events with umlauts in properties

I’m using the Mailchimp Events API to trigger events on the members in our Audience list. In general the API works as expected: When I send an event, I can see the event's name and properties in the member’s activity. However, if any of the…
aBadAssCowboy
  • 2,440
  • 2
  • 23
  • 38
0
votes
1 answer

Unable to display one post in Mailchimp campaign

I am trying to display just one post or just the most recent post only in a mailchimp campaign. I've tried using feedblocks but it doesn't display anything. Below is the code I am using (I checked to make sure my rss feed is working) …
0
votes
1 answer

Mailchimp - How to make editable links

I have a custom html newsletter for mailchimp. I created editable parts everywhere and it works just fine. I also made a custom button and I would like to make its href attribute editable. When I add mc:edit on the a tag itself, I get to edit only…
moddayjob
  • 606
  • 5
  • 17
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