Extract Gmail Metadata to Google Sheets - n8n Workflow | Neura Market
Extract Gmail Metadata to Google Sheets
Automates fetching new Gmail emails, extracting sender, subject, body, and metadata, then appending to Google Sheets for record-keeping and analysis.
This n8n workflow fetches new emails from Gmail using a trigger node that watches for unread or specific query-matched messages. It then uses a Function node to parse key metadata including sender name and email from headers, subject line, message body or snippet, and adds a timestamp. Finally, it appends each processed email as a new row in a specified Google Sheet with columns for Timestamp, Sender Name, Sender Email, Subject, and Message.
Benefits include effortless email logging for complia
Platform
n8n
Category
Language Tools
Price
$9.99
Creator
Matt Buds
gmail
google-sheets
email-extraction
data-logging
automation
metadata
trigger
function-node
record-keeping
productivity
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.