Gmail to Google Drive email export workflow
๐ฌ Gmail to Google Drive Email Export Workflow (n8n) ๐งฉ Overview This n8n workflow automates the process of: 1. Retrieving all emails from a specific sender using Gmail. 2. Extracting essential fields like subject, me...
Template notes
๐ฌ Gmail to Google Drive Email Export Workflow (n8n)
๐งฉ Overview
This n8n workflow automates the process of:
1. Retrieving all emails from a specific sender using Gmail. 2. Extracting essential fields like subject, message, and date. 3. Formatting the email date to the desired time zone (e.g., IST). 4. Exporting the parsed data as a CSV file. 5. Uploading the file to a specified folder in Google Drive.
---
๐ Nodes Breakdown
1. Start Workflow (Manual Trigger) - Type: Manual Trigger - Purpose: Initiates the workflow manually.
---