workflows.fit
Back to n8n workflows
n8n templateFreeBy Akhil Varma Gadiraju

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...

Data & StorageCommunicationHITLDevelopmentCore NodesGmailGoogle DriveConvert To File
Loading interactive preview...

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.

---