Skip to main content

Gmail campaign sender: Bulk-send emails and follow up automatically if no reply

Workflow preview

Workflow preview
100%
Gmail campaign sender: Bulk-send emails and follow up automatically if no reply preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow allows you to send multi step email campaigns using n8n, Gmail and Google Sheets. You define a sequence of emails, and a list of email addresses to send them to. The first email is se...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.gmail, n8n-nodes-base.filter, n8n-nodes-base.stickynote, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Gmail campaign sender: Bulk-send emails and follow up automatically if no reply
Workflow name
Gmail campaign sender: Bulk-send emails and follow up automatically if no reply

This workflow allows you to send multi-step email campaigns using n8n, Gmail and Google Sheets.

You define a sequence of emails, and a list of email addresses to send them to. The first email is sent to everyone, but the later emails in the sequence are only sent if no-one has replied to the thread yet.

This means you only need to worry about replying to people who respond to your email, not chasing people who don’t.

Requirements

  1. A list of emails in a Google sheet. You can define extra info that will be available to your email templates (e.g. name, company, etc.)

  1. A sequence of emails to send, plus how long to wait to send each one, e.g.
  • On day 0: “Hi, {name} — nice to meet you at the conference. Was wondering whether {company} would be interested in a quick call about X?”
  • On day 3: “Hi, {name}, just wanted to check in on this. Let me know if there’s any interest!”
  • On day 7: “{name}, just wanted to give this one last try”
  1. A Gmail account (although you could also swap out that part for any other email service)

How it works

When sending the emails, n8n inserts a hidden attribute in each one that tags it as being part of the email campaign. It then regularly looks through the email threads with that tag and checks whether:

  1. No-one has replied yet
  2. It’s time to send the next message

The workflow doesn’t send emails on weekends.

Notes

  • This workflow is not intended for spam! Please use responsibly
  • You can use this workflow for multiple different campaigns by making copies of the workflow and changing the sequence / Google Sheet that it uses

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 - Update last contacted time

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

Block 2 - Set message template

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

Block 3 - Email sequence

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

Block 4 - Fill message placeholders

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

Block 5 - Compose message

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

Block 6 - Get previous message threads

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

Block 7 - Get thread details

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

Block 8 - Classify threads

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

Block 9 - Next message due?

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

Block 10 - Sticky Note2

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

Block 11 - Execute Workflow Trigger

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

Block 12 - Replying?

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

Block 13 - Send new message

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

Block 14 - Call message send sub-workflow

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

Block 15 - Prepare reply params

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

Block 16 - Prepare first message params

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

Block 17 - Sticky Note4

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

Block 18 - Call message send sub-workflow1

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

Block 19 - To email?

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

Block 20 - Decode messages

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

Block 21 - Decode placeholder values

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

Block 22 - Package placeholder values

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

Block 23 - Settings

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

Block 24 - Reply to message

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

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

3. Summary Table

Workflow Gmail campaign sender: Bulk-send emails and follow up automatically if no reply
Complexity advanced
Nodes 32
Categories Lead Nurturing
Author David Roberts
Published 28 Feb 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2137/2137.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 Gmail campaign sender: Bulk-send emails and follow up automatically if no reply do?

This workflow allows you to send multi step email campaigns using n8n, Gmail and Google Sheets. You define a sequence of emails, and a list of email addresses to send them to. The first email is se...

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.