Skip to main content

Generate cold outreach drafts from Google Sheets with GPT-4o-mini & Gmail

Workflow preview

Workflow preview
100%
Generate cold outreach drafts from Google Sheets with GPT-4o-mini & Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How It Works 1. Starts with a Manual Trigger 2. Reads lead list from Google Sheet 3. Filter rows where email wasn’t sent 4. Generate personalized email body (AI) 5. Generate email subject line (AI)...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate cold outreach drafts from Google Sheets with GPT-4o-mini & Gmail
Workflow name
Generate cold outreach drafts from Google Sheets with GPT-4o-mini & Gmail

How It Works

  1. Starts with a Manual Trigger

  2. Reads lead list from Google Sheet

  3. Filter rows where email wasn’t sent

  4. Generate personalized email body (AI)

  5. Generate email subject line (AI)

  6. Merge AI outputs with original row data

  7. Create Gmail draft

  8. Update Google Sheet with email content and date

  9. Wait 3 seconds between updates to avoid API limits

Setup Steps

  • Connect Google Sheets, Gmail, and OpenAI credentials
  • Check sheet column names (business_name, email, contact_name, city, business_type, email_sent)
  • Run Manual Trigger to test one row
  • Adjust AI prompts if needed

Customization

  • Add unique ID column to match rows if needed
  • Change AI prompts to adjust email style
  • Increase wait time to avoid rate limits

Use Cases

  • Draft cold emails for review before sending
  • Automate lead outreach while keeping human oversight
  • Generate personalized emails and subject lines quickly

Troubleshooting Tips

  • Draft not created → check Gmail credentials and scopes
  • Sheet not updating → check matching column exists
  • AI outputs empty → increase tokens or check response path

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 - Manual Trigger

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

Block 2 - Read Business Data

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

Block 3 - Filter Unsent Emails

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

Block 4 - Prepare Sheet Update

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

Block 5 - Update Google Sheet

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

Block 6 - Rate Limit Wait

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

Block 7 - Personalize Email (ChatGPT)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 8 - Generate Subject (ChatGPT)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

Block 14 - Prepare Email Draft

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

Block 15 - Create Email Draft

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

Block 16 - Merge Subject and Body

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

3. Summary Table

Workflow Generate cold outreach drafts from Google Sheets with GPT-4o-mini & Gmail
Complexity advanced
Nodes 16
Categories Lead Nurturing, Multimodal AI
Author Ayis Saliaris Fasseas
Published 28 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11333/11333.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 Generate cold outreach drafts from Google Sheets with GPT-4o-mini & Gmail do?

How It Works 1. Starts with a Manual Trigger 2. Reads lead list from Google Sheet 3. Filter rows where email wasn’t sent 4. Generate personalized email body (AI) 5. Generate email subject line (AI)...

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