Mailchimp Marketing API Node.js SDK
Connects agents to Mailchimp’s official Marketing API through the official Node.js client library. Useful for audience sync, tagging, campaign orchestration, automation triggers, webhooks, and batch operations at marketing scale.
Installation
Use the upstream install or setup path that matches your environment:
- npm install @mailchimp/mailchimp_marketing
Requirements and caveats from upstream:
Mailchimp Marketing – Node.js
- The official Node.js client library for the Mailchimp Marketing API
- const mailchimp = require('@mailchimp/mailchimp_marketing');
Basic usage or getting-started notes:
javascript
mailchimp.setConfig({
apiKey: 'YOUR_API_KEY',
Source: https://github.com/mailchimp/mailchimp-marketing-node
Extracted from upstream docs: https://raw.githubusercontent.com/mailchimp/mailchimp-marketing-node/HEAD/README.md