Skip to main content

Send ramped cold email sequences with Gmail, Google Sheets, and Anthropic Claude

Workflow preview

Workflow preview
100%
Send ramped cold email sequences with Gmail, Google Sheets, and Anthropic Claude preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow automates a 3 step cold email sequence from Gmail using leads in Google Sheets, generates personalized copy with Anthropic Claude, enforces a gradual daily sending cap,...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.gmail, n8n-nodes-base.set, 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 shafeel.

Original n8n.io source

1.1 Workflow description

Title
Send ramped cold email sequences with Gmail, Google Sheets, and Anthropic Claude
Workflow name
Send ramped cold email sequences with Gmail, Google Sheets, and Anthropic Claude

Quick Overview

This workflow automates a 3-step cold email sequence from Gmail using leads in Google Sheets, generates personalized copy with Anthropic Claude, enforces a gradual daily sending cap, schedules follow-ups in the same thread, and marks leads as replied when inbox responses are detected.

How it works

  1. Runs on weekday schedules to process new outreach, follow-ups, and reply checks during business hours.
  2. Reads lead rows from Google Sheets and enforces a shared daily sending cap that ramps up over time to limit total emails sent per day.
  3. For the next eligible new lead, sends lead details to Anthropic Claude to generate a short personalized subject and email body.
  4. Sends the initial cold email via Gmail and updates the Google Sheets row with status, stage, timestamps, and Gmail thread/message IDs.
  5. For active leads due for follow-up, asks Anthropic Claude to write a short follow-up and sends it as a Gmail reply in the existing thread before updating the lead stage and status in Google Sheets.
  6. On reply-check runs, scans recent Gmail inbox messages, matches sender addresses against active leads in Google Sheets, and marks matching leads as replied to stop further follow-ups.

Setup

  1. Connect Gmail OAuth2 credentials for sending emails and reading inbox messages.
  2. Connect Google Sheets OAuth2 credentials and replace PASTE_YOUR_GOOGLE_SHEET_ID in all Google Sheets nodes.
  3. Add an Anthropic API key using HTTP Header Auth (x-api-key) for the Anthropic Claude HTTP requests.
  4. Ensure your Google Sheet has a Leads tab with columns used by the workflow (at least row_number, email, first_name, company, company_description, status, stage, last_sent_at, thread_id, and message_id).
  5. Update the sender name and offer/proof/guarantee text in the email-building code so Claude writes in your voice and with accurate claims.

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 - Every 35 min (weekdays 9-4)

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

Block 2 - Get leads

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

Block 3 - Pick next lead

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

Block 4 - Within daily limit?

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

Block 5 - Build email prompt

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

Block 6 - Write email (Claude)

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

Block 7 - Parse email

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

Block 8 - Send email

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

Block 9 - Build row update

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

Block 10 - Mark lead as sent

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

Block 11 - Pause after send

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

Block 12 - Nothing to send

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

Block 13 - Every 40 min (weekdays 9-4)

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

Block 14 - Get leads (follow-up)

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

Block 15 - Decide follow-up

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

Block 16 - Follow-up due?

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

Block 17 - Build follow-up

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

Block 18 - Write follow-up (Claude)

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

Block 19 - Parse follow-up

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

Block 20 - Send reply

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

Block 21 - Mark stage + sent

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

Block 22 - Pause after reply

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

Block 23 - No follow-up due

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

Block 24 - Check inbox 3x daily

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

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

3. Summary Table

Workflow Send ramped cold email sequences with Gmail, Google Sheets, and Anthropic Claude
Complexity advanced
Nodes 33
Categories Lead Nurturing, Multimodal AI
Author shafeel
Published 05 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16141/16141.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 ramped cold email sequences with Gmail, Google Sheets, and Anthropic Claude do?

Quick Overview This workflow automates a 3 step cold email sequence from Gmail using leads in Google Sheets, generates personalized copy with Anthropic Claude, enforces a gradual daily sending cap,...

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.