mailchimp-marketing-node
Official Node.js client library for the Mailchimp Marketing API and campaign engine.
Why consider mailchimp-marketing-node?
mailchimp-marketing-node is the official open-source Node.js client library for Mailchimp. It automates audience list syncs, subscriber tags, automated email campaign triggers, e-commerce purchase tracking, and conversion reports.
Learn mailchimp-marketing-node by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of mailchimp-marketing-node
mailchimp-marketing-node manages subscriber lists and schedules marketing campaigns from Node.js.
Quickstart
npm install @mailchimp/mailchimp_marketingimport mailchimp from '@mailchimp/mailchimp_marketing';mailchimp.setConfig({ apiKey: 'API_KEY', server: 'us19' });const response = await mailchimp.lists.addListMember('LIST_ID', { email_address: 'user@example.com', status: 'subscribed'});mailchimp-marketing-node is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
FlowInquiry
Interactive user research surveys and customer satisfaction polling platform.
Mailcoach
Self-hosted email newsletter and drip campaign platform built on Laravel.
phpList
World-proven open-source newsletter manager and email campaign marketing platform.
django-newsletter
Newsletter and subscriber campaign application built for Django websites.