This workflow follows the Gmail Trigger → Google Sheets recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Automa\u00e7\u00e3o de Email - Gmail para Planilha",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"simple": false,
"filters": {
"labelIds": [
"INBOX"
],
"includeSpamTrash": false
}
},
"id": "gmail-trigger",
"name": "Gmail Trigger",
"type": "n8n-nodes-base.gmailTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"operation": "appendOrUpdate",
"documentId": {
"__rl": true,
"value": "SEU_DOCUMENT_ID_AQUI",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "Emails",
"mode": "list"
},
"columnToMatchOn": "A",
"valueToMatchOn": "={{ $json.id }}",
"valuesToSend": {
"values": [
{
"column": "A",
"value": "={{ $json.id }}"
},
{
"column": "B",
"value": "={{ $json.from }}"
},
{
"column": "C",
"value": "={{ $json.subject }}"
},
{
"column": "D",
"value": "={{ $json.date }}"
}
]
}
},
"id": "google-sheets",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
460,
300
]
}
],
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Automação de Email - Gmail para Planilha. Uses gmailTrigger, googleSheets. Event-driven trigger; 2 nodes.
Source: https://github.com/Marcocardoso28/SparkOne-AI/blob/7147157c56eaf696c6226018ce11a57c45556ac1/sparkone-n8n-workflows/workflow_email_automation.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Add new incoming emails to a Google Sheets spreadsheet as a new row.. Uses gmailTrigger, googleSheets, stickyNote. Event-driven trigger; 4 nodes.
This workflow automates the processing of credit card statement emails from multiple banks. It extracts important payment details, stores them in Google Sheets, and creates calendar reminders in Googl
AICARE Email Blast System. Uses googleDrive, httpRequest, googleSheets, gmail. Event-driven trigger; 39 nodes.
An automated n8n workflow that monitors your Gmail inbox, classifies job application emails using a local AI (Ollama), and logs every application — with company, role, and status — to a Google Sheet i
Reference Check Parser – Turn Reference Emails into a Comparable Candidate Sheet (powered by easybits). Uses gmailTrigger, @easybits/n8n-nodes-extractor, googleSheets, gmail. Event-driven trigger; 21