# 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.

- Skill: `agentskillexchange/mailchimp-marketing-api-node-js-sdk` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/mailchimp-marketing-api-node-js-sdk`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/mailchimp-marketing-api-node-js-sdk/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/mailchimp-marketing-api-node-js-sdk

---


# 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

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/mailchimp-marketing-api-nodejs-sdk/)

