Log New Gmail Messages Automatically in Google Sheets

Go to Workflow
0 views
Built by Robert Breen Robert Breen
Created on June 05, 2026

Description

πŸ§‘β€πŸ’» Description
This workflow automatically fetches new Gmail messages since the last run and appends them into a Google Sheet with their ID, snippet, and timestamp.

It’s designed for professionals, small business owners, and operations teams who need a simple way to keep an ongoing log of emails, build lightweight CRMs, or power downstream automations like email tracking, reporting, or follow-up reminders.

βš™οΈ Setup Instructions for Gmail β†’ Google Sheets Email Log

1️⃣ Connect Gmail
In n8n β†’ Credentials β†’ New β†’ Gmail OAuth2
Log in with your Gmail account & approve access
Attach this credential to the Get new messages node in the workflow

2️⃣ Connect Google Sheets
Copy this Google Sheet template into your own Drive
In n8n β†’ Credentials β†’ New β†’ Google Sheets (OAuth2) β†’ log in with your Google account & save
In the workflow, select your Spreadsheet ID and Worksheet (Sheet1 by default) in the Google Sheets nodes

🧠 How Email Logging Automation Works
Get Current Emails** β†’ Reads the last logged messages from Google Sheets
Get Max Date** β†’ Finds the most recent email timestamp
Combine** β†’ Passes the last timestamp and today’s date together
Get New Messages** β†’ Fetches all new Gmail messages after the last logged date
Add Emails to Sheets** β†’ Appends message ID, snippet, and date to the sheet

πŸŽ›οΈ Customization Guidance
Filter by Sender or Subject** β†’ Modify the Gmail query to only log messages from specific addresses or with certain keywords.
Track Labels** β†’ Add Gmail labels to your sheet to separate categories (e.g., β€œLeads,” β€œSupport,” β€œInvoices”).
Auto-Reply** β†’ Extend with an additional Gmail node to send automated responses to new messages.
Send Alerts** β†’ Add a Slack or Email node to ping your team whenever a new email is logged.
Analytics** β†’ Use Google Sheets formulas or connect to BI tools to analyze trends like response times or sender frequency.

πŸ“¬ Contact
Need advanced customization (e.g., multi-inbox tracking, CRM integration, or automated follow-ups)?

πŸ“§ [email protected]
πŸ”— Robert Breen
🌐 ynteractive.com

Nodes Used (3)

Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
Google Sheets
n8n-nodes-base.googleSheets