Back to Templates
This n8n workflow automates the process of:
Manual Trigger
)Get All Emails
)getAll
sender
: [email protected]
Gmail OAuth2 - Akhil
Set Node
)id
: Email IDsubject
: Email subjectmessage
: Email texttime
: Email dateCode Node
)ISO 8601
) to a human-readable format."Month Day, Year, Hour:Minute AM/PM"
timeZone: 'Asia/Kolkata'
.csv
file.id
, subject
, message
, and time
._n8n_export.csv
NoOp
)Customization | How to Do It |
---|---|
Change Sender Email | Update the sender field in the Gmail node. |
Filter by Date/Subject | Add filters in the Gmail node settings. |
Change Time Zone | Edit timeZone in the Code node. |
Add More Email Fields | Modify the Set node to include more fields. |
Change File Format | Use a different format in the Convert to File node. |
Rename Output File | Adjust the name in the Google Drive node. |
Change Upload Folder | Set a different folderId in the Google Drive node. |
Manual Trigger
with a Cron
node.💡 Need more features? You can add:
- Error handling
- Slack/Email notifications
- Conditional filters
- Google Sheets integration instead of Drive