Mailchimp Subscriber Creation - n8n Workflow

Quickly create new subscribers in your Mailchimp audience list using this simple n8n workflow. Ideal for lead capture integration and synchronization using the Mailchimp n8n node.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

Who is this best for?


  • Marketers needing to synchronize leads from external sources directly into Mailchimp.

  • Developers looking for a reliable n8n template to manage email lists.

  • Users setting up their first integration using the dedicated Mailchimp n8n node.

  • Anyone seeking a foundational n8n workflow for CRM operations.

Overview

Managing subscriber lists efficiently is crucial for successful email marketing campaigns. This essential n8n workflow provides a quick and reliable template for instantly adding new subscribers to a designated Mailchimp audience. It solves the common problem of manually uploading or waiting for batch synchronization of new leads. By configuring this n8n template, users can ensure that contact details, including merge fields like First Name, are accurately and immediately added to the list with a 'subscribed' status, providing a critical foundation for timely communication. This core logic demonstrates the power of the Mailchimp n8n node within any automation strategy.

How it Works

This straightforward n8n workflow is initialized using the 'On clicking 'execute'' n8n trigger, making it ideal for testing or immediate, on-demand execution. Once manually triggered, the flow immediately passes the execution item to the Mailchimp n8n node. This specialized n8n node is configured to perform the 'create/update member' operation. It utilizes pre-set values for the target List ID, a placeholder email ([email protected]), and sets the user's status to 'subscribed'. Furthermore, the n8n node includes custom merge fields, such as 'FNAME' (First Name), ensuring the contact record is rich and usable immediately upon creation. This simple, effective n8n workflow serves as a powerful starting point for integrating sign-up forms or external systems with Mailchimp using n8n templates.

Installation Guide


  1. Import the n8n workflow: Copy the provided JSON code and paste it directly into your n8n canvas using the 'New' -> 'Import from JSON' function.

  2. Set up Credentials: The Mailchimp n8n node requires valid API credentials. Click on the 'Mailchimp' node, select 'Credentials', and choose or create a 'Mailchimp API' credential set. You will need your Mailchimp API key, which can be generated in your Mailchimp account settings.

  3. Customize Parameters:

a. Open the 'Mailchimp' n8n node settings.
b. Replace the placeholder 'list' ID (97542c5cf8) with the ID of your actual target audience list.
c. Replace the placeholder email and FNAME merge fields with expressions or dynamic data if you integrate this n8n workflow with a preceding n8n node (e.g., a webhook or database trigger).

  1. Test: Execute the 'On clicking 'execute'' n8n trigger to ensure the new member is correctly added to your Mailchimp list.

Node Details

On clicking 'execute' (n8n trigger):
Function: Serves as a manual activation point for immediate testing of the n8n workflow logic. In a production environment, this is often replaced by a webhook or schedule n8n trigger.
Key Configuration: None (Manual Trigger).

Mailchimp (n8n node):
Function: Connects to the Mailchimp API to create a new member and assign them to a specified audience list.
Key Configuration:
Operation: 'Create or Update Member'.
List ID: Hardcoded ID (97542c5cf8).
Email Address: Placeholder email ([email protected]).
Status: 'subscribed'.
* Merge Fields: Includes a static merge field for 'FNAME' set to 'Joe'.

Related n8n Workflows

Free

Nodes: 2 Nodes
Updated: December 26 2025
View all
Created by
eem2188
eem2188

Featured*