This workflow follows the Gmail Trigger → Google Drive 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": "Flujo 3 de Video 5",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"simple": false,
"filters": {},
"options": {
"downloadAttachments": true
}
},
"id": "7b757066-d3c8-4a54-bc9a-e1b0e5774578",
"name": "Gmail Trigger",
"type": "n8n-nodes-base.gmailTrigger",
"typeVersion": 1.1,
"position": [
-280,
260
],
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"inputDataFieldName": "attachment_0",
"name": "=",
"driveId": {
"__rl": true,
"value": "My Drive",
"mode": "list",
"cachedResultName": "My Drive",
"cachedResultUrl": "https://drive.google.com/drive/my-drive"
},
"folderId": {
"__rl": true,
"value": "11yLUbfYsYCPMTXYFFlZhboFTEPZf6X_R",
"mode": "list",
"cachedResultName": "N8N",
"cachedResultUrl": "https://drive.google.com/drive/folders/11yLUbfYsYCPMTXYFFlZhboFTEPZf6X_R"
},
"options": {}
},
"id": "3ffeabeb-a448-499f-b296-1a874698eeb4",
"name": "Google Drive",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
160,
180
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"content": "Este flujo detecte un gmail con adjunto, lo descarga y despues lo baja en una carpete de Google Drive"
},
"id": "c1160bd4-3039-4ea4-8901-1c1236f1f75d",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-580,
-20
]
}
],
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "Google Drive",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "3ac9ea6e-36cb-4c1e-9413-628e68e6a091",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "Wt7S75DOjw15eu44",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
gmailOAuth2googleDriveOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Flujo 3 de Video 5. Uses gmailTrigger, googleDrive. Event-driven trigger; 3 nodes.
Source: https://github.com/lawlete/Automatizaciones-con-n8n/blob/03efa6ba64b54961a0e0fc1961229c82c645e995/Flujo_3_de_Video_5.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.
This workflow ingests proof-of-delivery and completion documents from Gmail or a webhook, extracts key fields with an OpenRouter vision model, reconciles them against Google Sheets dispatch data, arch
AICARE Email Blast System. Uses googleDrive, httpRequest, googleSheets, gmail. Event-driven trigger; 39 nodes.
Client Form → Draft → Approve → Sign → Deliver, fully automated
Googlesheets Gmail. Uses googleDrive, gmailTrigger, gmail, stickyNote. Event-driven trigger; 19 nodes.
gestionaArchivosMailAbjuntos. Uses gmailTrigger, googleDrive, gmail. Event-driven trigger; 6 nodes.