Block 1 - Main Sticky
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Automated Cold Email Follow up Sequence with Google Sheets & ZeptoMail Stop losing leads to manual follow up fatigue. This workflow runs daily, checks your Google Sheets lead tracker, and automatic...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.filter, n8n-nodes-base.splitinbatches, n8n-nodes-base.switch, n8n-nodes-base.code, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Panth1823.
Original n8n.io sourceStop losing leads to manual follow-up fatigue. This workflow runs daily, checks your Google Sheets lead tracker, and automatically sends the right follow-up email at the right time — personalized by partner type (College, Influencer, or Brand) — then updates the sheet status so nothing slips through the cracks.
Founders, sales reps, and growth teams who manage outreach to multiple partner types and need a reliable, hands-off follow-up engine without a full CRM.
completed, replied, or unsubscribedsent → followup_1 → followup_2 → completed)n8n-nodes-zohozeptomailYour tracking sheet should have (at minimum) these columns:
| Column | Description |
|---|---|
Email |
Lead's email address |
name |
Lead's full name |
partner_type |
One of: college, influencer, brand |
status |
Current stage: sent, followup_1, followup_2, completed, replied, unsubscribed |
follow_up_date |
Date the next follow-up should be sent (YYYY-MM-DD) |
message_id |
(Optional) Original email Message-ID for threading |
n8n-nodes-zohozeptomail in your n8n instanceRead Tracking Sheet node[YOUR COMPANY], [YOUR NAME], [YOUR EMAIL]https://calendly.com/REPLACE_WITH_CALENDAR_LINKgetTemplate() function in the Build Email Code nodesfollowup_2 by extending the Switch node and duplicating the email builder patterncompleted, replied, or unsubscribed — safe to keep all history in one sheetIn-Reply-To, References) are set automatically if message_id is present in the sheetThis 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 | Send personalized cold email follow-ups from Google Sheets with ZeptoMail |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Lead Nurturing |
| Author | Panth1823 |
| Published | 06 Apr 2026 |
Use the JSON export at /data/workflows/14813/14813.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.
Automated Cold Email Follow up Sequence with Google Sheets & ZeptoMail Stop losing leads to manual follow up fatigue. This workflow runs daily, checks your Google Sheets lead tracker, and automatic...
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 Lead Nurturing use case.