Skip to main content

Nurture and email leads from Google Sheets with GPT‐4.1 Mini and Gmail

Workflow preview

Workflow preview
100%
Nurture and email leads from Google Sheets with GPT‐4.1 Mini and Gmail preview
Open on n8n.io

1. Workflow Overview

How it works This workflow automates lead nurturing by pulling data from Google Sheets, analyzing leads with AI, and sending personalized outreach emails. It runs on a schedule, processes leads in ...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitinbatches, n8n-nodes-base.switch

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Nurture and email leads from Google Sheets with GPT‐4.1 Mini and Gmail
Workflow name
Nurture and email leads from Google Sheets with GPT‐4.1 Mini and Gmail

How it works

This workflow automates lead nurturing by pulling data from Google Sheets, analyzing leads with AI, and sending personalized outreach emails. It runs on a schedule, processes leads in batches, and routes them based on their status and step. AI generates both first-touch and follow-up emails while updating the CRM automatically. The system ensures consistent outreach and tracks lead progression without manual work.

Step-by-step

  • Trigger and lead intake

  • Schedule Trigger – Runs the workflow at set intervals.

  • Get row(s) in sheet – Fetches lead data from Google Sheets.

  • If – Filters leads that need action based on status or date.

  • Data preparation and batching

  • Code in JavaScript – Normalizes fields like email, name, and company.

  • Loop Over Items – Processes leads in controlled batches.

  • AI lead scoring and routing

  • AI-Lead-Analysis – Evaluates lead quality and assigns score and priority.

  • Parse AI – Extracts structured AI insights from the response.

  • Switch – Routes leads based on outreach step or status.

  • First outreach automation

  • First AI mail – Generates a personalized cold email.

  • Save Message – Stores the generated message.

  • Send a message – Sends the email via Gmail.

  • Update row in sheet – Updates CRM with outreach details.

  • Follow-up and pipeline completion

  • AI-Follow-up – Creates a follow-up email using AI.

  • Parse Follow-up – Extracts follow-up message content.

  • Send a message1 – Sends the follow-up email.

  • Update row in sheet1 – Updates CRM with follow-up info.

  • Wait – Delays before checking for response.

  • If1 – Checks if the lead replied or not.

  • Update row in sheet2 – Marks lead as closed if no response.

Why use this?

  • Automates end-to-end outbound lead nurturing
  • Uses AI for smarter lead scoring and personalization
  • Reduces manual CRM updates and follow-up tracking
  • Improves response rates with timely outreach
  • Scales cold email campaigns efficiently

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 - Get row(s) in sheet

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

Block 2 - Schedule Trigger

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

Block 3 - Code in JavaScript

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

Block 4 - If

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

Block 5 - Parse AI

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

Block 6 - Save Message

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

Block 7 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 8 - Update row in sheet

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

Block 9 - AI-Follow-up

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 10 - Parse Follow-up

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

Block 11 - Send a message1

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 12 - Update row in sheet1

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

Block 13 - AI-Lead-Analysis

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 14 - First AI mail

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 15 - Loop Over Items

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

Block 16 - Switch

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

Block 17 - Sticky Note6

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

Block 18 - If1

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

Block 19 - Update row in sheet2

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

Block 20 - Sticky Note7

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

Block 21 - Sticky Note8

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

Block 22 - Sticky Note9

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

Block 23 - Sticky Note10

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

Block 24 - Sticky Note11

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

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Nurture and email leads from Google Sheets with GPT‐4.1 Mini and Gmail
Complexity advanced
Nodes 25
Categories Lead Nurturing, AI Summarization
Author Avkash Kakdiya
Published 26 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14355/14355.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 Nurture and email leads from Google Sheets with GPT‐4.1 Mini and Gmail do?

How it works This workflow automates lead nurturing by pulling data from Google Sheets, analyzing leads with AI, and sending personalized outreach emails. It runs on a schedule, processes leads in ...

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, AI Summarization use case.