Skip to main content

Send predefined personalized emails to leads from Google Sheets using SendGrid

Workflow preview

Workflow preview
100%
Send predefined personalized emails to leads from Google Sheets using SendGrid preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

What It Does This n8n workflow sends personalized marketing or outreach emails using predefined templates stored in Google Sheets , with SendGrid as the email delivery provider. Instead of relyi...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.merge, n8n-nodes-base.wait, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.limit, n8n-nodes-base.sendgrid

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send predefined personalized emails to leads from Google Sheets using SendGrid
Workflow name
Send predefined personalized emails to leads from Google Sheets using SendGrid

📧 What It Does

This n8n workflow sends personalized marketing or outreach emails using predefined templates stored in Google Sheets, with SendGrid as the email delivery provider. Instead of relying on dynamic AI content, this setup selects a ready-made template and merges it with business-specific lead data — delivering consistent and fast email personalization at scale.

💡 Why This Workflow?

Sometimes, you don’t need the overhead or variability of AI-generated content. Predefined templates give you:

  • Faster execution — no calls to AI models
  • 🎯 Total control over tone, formatting, and structure
  • 🛠️ Easy customization using variables like [BusinessName], [Location], etc.
  • 💰 Zero additional cost per email

👤 Who It’s For

  • Freelancers or Agencies running outreach campaigns
  • Startups or SMBs with lead data in Google Sheets
  • Anyone who wants to automate email sending with consistency, control, and low cost.

⚙️ How It Works

  1. Manual Trigger starts the workflow.
  2. Google Sheets (Leads tab) supplies a list of businesses with fields like name, location, email, category, etc.
  3. Loop started to execute each item.
  4. Google Sheets (Email Template tab) holds predefined subject and body templates (HTML supported).
  5. A random template is selected for each email.
  6. Placeholders like [BusinessName] or [Category] are replaced with actual lead info using the Fix Variable (Set) node.
  7. The formatted message is sent via SendGrid, using your authenticated sender email.
  8. A 1-second wait is added between emails to manage rate limits and avoid spam flags.
  9. Loop continues until all leads have been emailed.

🛠 How to Set It Up

  1. Import the .json file into your n8n instance.
  2. Connect the required credentials:
    • SendGrid API Key (ensure sender domain and identity is verified)
    • Google Sheets OAuth2
  3. Create or duplicate this sample sheet, which contains two tabs and modify to your business interest:
    • Leads
    • Email Template
  4. Update the leads and email templates to match your campaign.
  5. Click “Execute Workflow” to begin sending emails.

🚀 Want to Scale This?

Add additional workflows:

  • 📬 SendGrid Webhook integration to track status & engagements like bounces, opens, and clicks
  • 🔁 Reply tracker via Gmail to update lead status
  • 🤖 AI-based Email Router to label replies as Interested, Not Interested, Others, Forward emails to appropriate department for further engagements.
  • 📆 Follow-up Emails (when there's no email reply) for D+5, D+10 days sequences

📬 Need Help?

Feel free to reach out via email: [email protected] Thanks for using this workflow

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 - When clicking ‘Execute workflow’

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

Block 2 - Loop Over Items

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

Block 3 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 4 - Wait

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

Block 5 - Parse Email Template from DB

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

Block 6 - Pick a random template

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

Block 7 - Limit

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

Block 8 - Get row(s) in sheet

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

Block 9 - Send an email

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

Block 10 - Fix Variables

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

3. Summary Table

Workflow Send predefined personalized emails to leads from Google Sheets using SendGrid
Complexity intermediate
Nodes 12
Categories Lead Nurturing
Author Ezema Kingsley Chibuzo
Published 02 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6917/6917.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 predefined personalized emails to leads from Google Sheets using SendGrid do?

What It Does This n8n workflow sends personalized marketing or outreach emails using predefined templates stored in Google Sheets , with SendGrid as the email delivery provider. Instead of relyi...

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.