Describe the problem/error/question
Hi everyone,
I’m trying to build an n8n workflow to retrieve all my Gmail messages from today, including:
Full email content
All attachments
URLs found in the message
Sender and recipient email addresses
Below is what I’d like the workflow to do:
-
Be manually triggered
-
Grab all emails received today
-
Collect all relevant information (content, attachments, URLs, sender/receiver)
I’ve built a test flow below, but unfortunately, the output is missing both the attachments and the email body content.
Would really appreciate any ideas or suggestions on how to fix this or improve the setup.
Thanks in advance!
What is the error message (if any)?
there are no attachment and content in the output
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: Version 1.107.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): local Docker
- Operating system: Win11


