Skip to main content

Send personalized cold email follow-ups from Google Sheets with ZeptoMail

Workflow preview

Workflow preview
100%
Send personalized cold email follow-ups from Google Sheets with ZeptoMail preview
Open on n8n.io

1. Workflow Overview

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...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Panth1823.

Original n8n.io source

1.1 Workflow description

Title
Send personalized cold email follow-ups from Google Sheets with ZeptoMail
Workflow name
Send personalized cold email follow-ups from Google Sheets with ZeptoMail

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 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.

Who is this for?

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.


What this workflow does

  1. Triggers daily via Schedule node
  2. Reads your Google Sheet to fetch all leads
  3. Filters active leads — skips anyone marked completed, replied, or unsubscribed
  4. Checks follow-up date — only processes leads due today or earlier
  5. Routes each lead by their current stage (sentfollowup_1followup_2completed)
  6. Builds a personalized HTML email based on partner type (College/University, Influencer, Brand, or generic)
  7. Sends via ZeptoMail with threading headers to keep replies in the same email thread
  8. Updates the Google Sheet with the new status and next follow-up date

Prerequisites

  • A self-hosted n8n instance (community nodes required)
  • A Google Sheets account with OAuth connected
  • A Zoho ZeptoMail account with API access
  • The community node installed: n8n-nodes-zohozeptomail

Google Sheet structure

Your 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

Setup steps

  1. Install the community node n8n-nodes-zohozeptomail in your n8n instance
  2. Connect Google Sheets — add your OAuth credentials in n8n
  3. Connect ZeptoMail — add your API key credentials
  4. Update the Google Sheet ID and sheet name in the Read Tracking Sheet node
  5. Replace placeholder values in the Code nodes:
  • [YOUR COMPANY], [YOUR NAME], [YOUR EMAIL]
  • https://calendly.com/REPLACE_WITH_CALENDAR_LINK
  1. Set the workflow to Active — it will run automatically every day

Customization

  • Add new partner types by extending the getTemplate() function in the Build Email Code nodes
  • Adjust follow-up timing by changing the date written back to the sheet in the Update Status nodes
  • Add more stages beyond followup_2 by extending the Switch node and duplicating the email builder pattern

⚠️ Important notes

  • This workflow requires a self-hosted n8n instance — it will not run on n8n Cloud due to the community node dependency
  • Leads are skipped (not deleted) if their status is completed, replied, or unsubscribed — safe to keep all history in one sheet
  • ZeptoMail threading headers (In-Reply-To, References) are set automatically if message_id is present in the sheet

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Main Sticky

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Run Daily

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 3 - Read Tracking Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 4 - Filter Active Leads

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 5 - Filter Due Today

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 6 - Loop Over Leads

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 7 - Route by Follow-up Stage

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 8 - Build Follow-up 1 Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Update Status → followup_1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 10 - Build Follow-up 2 Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Update Status → followup_2

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 12 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 13 - Wait1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 14 - Build Follow-up 3 Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Wait2

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 16 - Update Status → completed

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - Send Follow-up 1

Type / Role
n8n-nodes-zohozeptomail.zohoZeptomail - zohoZeptomail
Config choices
Version 1

Block 18 - Send Follow-up 2

Type / Role
n8n-nodes-zohozeptomail.zohoZeptomail - zohoZeptomail
Config choices
Version 1

Block 19 - Send Follow-up 3

Type / Role
n8n-nodes-zohozeptomail.zohoZeptomail - zohoZeptomail
Config choices
Version 1

Block 20 - Data Fetch

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Logic

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Output

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14813/14813.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Send personalized cold email follow-ups from Google Sheets with ZeptoMail do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.