Skip to main content

Send Emails from Google Sheets (no code)

Workflow preview

Workflow preview
100%
Send Emails from Google Sheets (no code) preview
Open on n8n.io

1. Workflow Overview

Video Introduction Want to ...

Best for

  • Social Media automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.gmailtrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milan Vasarhelyi - SmoothWork.

Original n8n.io source

1.1 Workflow description

Title
Send Emails from Google Sheets (no code)
Workflow name
Send Emails from Google Sheets (no code)

Video Introduction

Want to automate your inbox or need a custom workflow? 📞 Book a Call | 💬 DM me on Linkedin

Workflow Overview

This workflow automates repetitive email sending directly from Google Sheets and tracks responses, helping you reclaim the 11+ hours typically spent on manual emailing each week. Simply maintain your email list in a spreadsheet with columns for recipient, subject, message, and status—then let n8n handle the sending and response tracking automatically.

How It Works

The workflow includes two parallel automation flows:

Email Sending Flow (Manual Trigger):

  • Retrieves all rows from your Google Sheet where Status = "To send"
  • Sends personalized emails via Gmail to each recipient using the subject and message from your sheet
  • Updates the Status column to "Sent" to prevent sending duplicate emails

Response Tracking Flow (Automatic):

  • Monitors your Gmail inbox every minute for new incoming messages
  • Matches incoming emails to the sender's address in your spreadsheet
  • Automatically logs the response text back to a "Response" column in your sheet

Use Cases

  • Send follow-up emails and reminders to customers or prospects
  • Manage email campaigns without expensive email marketing tools
  • Track which recipients have responded to your outreach
  • Automate recurring notifications and updates from a central spreadsheet

Setup Instructions

  1. Create Your Google Sheet: Set up a spreadsheet with these columns: To (email address), Subject, Message, Status, and Response
  2. Connect Google Sheets: Create a Google Sheets OAuth2 credential in n8n by connecting your Google account
  3. Connect Gmail: Create a Gmail OAuth2 credential in n8n with your sending email account
  4. Update Document References: Configure the Google Sheets nodes to point to your specific spreadsheet by updating the document ID and sheet name
  5. Set Email Status: In your sheet, set the Status column to "To send" for any emails ready to go out

Configuration Notes

The workflow filters for rows with Status = "To send"—you can adjust this value in the Google Sheets node if you prefer different status labels. The Gmail trigger checks for new messages every minute, which you can modify in the polling settings. Make sure your Google Sheet includes all five columns (To, Subject, Message, Status, Response) for the workflow to function properly.

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 - Start Email Campaign

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

Block 2 - Get Pending Emails from Sheet

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

Block 3 - Send Email via Gmail

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

Block 4 - Mark Email as Sent

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

Block 5 - On New Email Received

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

Block 6 - Find Original Email Row

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

Block 7 - Save Email Response

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

Block 8 - Workflow Description

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

Block 9 - Creator Contact Info

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

Block 10 - Video Walkthrough

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

3. Summary Table

Workflow Send Emails from Google Sheets (no code)
Complexity intermediate
Nodes 10
Categories Social Media
Author Milan Vasarhelyi - SmoothWork
Published 26 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14373/14373.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 Emails from Google Sheets (no code) do?

Video Introduction Want to ...

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 Social Media use case.