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.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Mailchimp Marketing API Node.js SDK"
slug: "mailchimp-marketing-api-nodejs-sdk"
description: "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."
github_stars: 165
verification: "security_reviewed"
source: "https://github.com/mailchimp/mailchimp-marketing-node"
author: "mailchimp"
category: "Calendar, Email & Productivity"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "mailchimp/mailchimp-marketing-node"
github_stars: 165
---
# 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/)
No comments yet. Be the first to comment!