Block 1 - Sticky Note7
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
How it works This workflow automatically handles every Mailchimp unsubscribe event by capturing the contact details, syncing the status to HubSpot, alerting the team on Slack, logging the record to...
n8n-nodes-base.stickynote, n8n-nodes-base.mailchimptrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.slack, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically handles every Mailchimp unsubscribe event by capturing the contact details, syncing the status to HubSpot, alerting the team on Slack, logging the record to Google Sheets, and sending the user a confirmation email — all without any manual effort.
Trigger & normalize
Mailchimp — Unsubscribe Trigger – Listens for unsubscribe events on a Mailchimp audience list.
Set — Normalize & Enrich Data – Parses and normalizes the raw Mailchimp payload across all supported formats, extracting email, first name, last name, phone, address, list name, unsubscribe reason, campaign ID, member rating, and formatted timestamps.
CRM sync
HubSpot — Search Contact by Email – Searches HubSpot for an existing contact matching the unsubscribed email address.
IF — Contact Exists in HubSpot? – Routes to update or create based on whether a matching contact is found.
Update HubSpot Contact – Marks the existing contact as Unsubscribed, sets the email opt-out flag, and records the unsubscribe source, date, reason, campaign ID, and Mailchimp list ID.
Create HubSpot Contact – Creates a new HubSpot contact with full unsubscribe details and opt-out status if no existing contact is found.
Payload preparation
Set — Prepare Slack Payload – Consolidates the HubSpot contact ID with all normalized unsubscribe data into a single clean object for downstream nodes.
Team notifications
Slack — Alert – Posts an instant unsubscribe alert to the marketing Slack channel with the contact's name, email, audience, and timestamp.
Slack — Log to – Posts a detailed CRM audit log entry including HubSpot contact ID, campaign ID, unsubscribe reason, and processing timestamp.
Logging & confirmation
Store Unsubscribe Details in Sheet – Appends a full unsubscribe record to Google Sheets including email, name, audience, reason, campaign ID, HubSpot contact ID, member rating, and timestamp.
Send a confirmation email – Sends a plain-text Gmail confirmation to the unsubscribed user acknowledging their removal from the list.
Completion log
Set — Workflow Completion Log – Records a final summary of all completed actions, processing timestamp, and workflow status for monitoring and audit purposes.
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 | Sync Mailchimp unsubscribes with HubSpot CRM, Slack, Google Sheets and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Social Media |
| Author | Avkash Kakdiya |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15875/15875.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.
How it works This workflow automatically handles every Mailchimp unsubscribe event by capturing the contact details, syncing the status to HubSpot, alerting the team on Slack, logging the record to...
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.