Block 1 - Workflow Documentation
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Google Sheets to MailChimp Auto Importer Overview This n8n workflow automatically imports contacts from Google Sheets into your MailChimp mailing list. Perfect for businesses collecting leads throu...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.mailchimp, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Femi Ad.
Original n8n.io sourceThis n8n workflow automatically imports contacts from Google Sheets into your MailChimp mailing list. Perfect for businesses collecting leads through Google Forms, event registrations, or maintaining contact lists in spreadsheets.
Before using this workflow, ensure you have:
YOUR_GOOGLE_SHEET_ID with your actual sheet IDhttps://docs.google.com/spreadsheets/d/[SHEET_ID]/editYOUR_SHEET_NAME with your worksheet name (e.g., "Sheet1" or "Form Responses 1")YOUR_MAILCHIMP_LIST_ID with your audience IDYour Google Sheet must have the following columns (exact names):
Example:
| Names | Email address | Phone Number |
|---|---|---|
| John Doe | [email protected] | +1234567890 |
| Jane Smith | [email protected] | +0987654321 |
To run this automatically:
To include additional fields like company name or address:
The workflow uses "continueRegularOutput" error handling, which means:
To receive import summaries via email:
"Invalid API Key" (MailChimp)
"Sheet not found" (Google Sheets)
"Email already exists" errors
Missing data in MailChimp
For issues specific to:
This workflow template is provided free for personal and commercial use. Feel free to modify and share!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Auto-import contacts from Google Sheets to MailChimp subscriber lists |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | Social Media |
| Author | Femi Ad |
| Published | 09 Jul 2025 |
Use the JSON export at /data/workflows/5812/5812.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Google Sheets to MailChimp Auto Importer Overview This n8n workflow automatically imports contacts from Google Sheets into your MailChimp mailing list. Perfect for businesses collecting leads throu...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.