Request for Support: Limitation in Email Body Text Captured via Gmail Node in n8n

I am currently working on an automation in n8n that involves fetching emails from a Gmail account and filtering them based on the subject line. The filtering and trigger logic are working as expected.

However, I’ve encountered an issue where the email body text is not fully visible or captured. In the current setup, the “snippet” field appears to truncate the body content to around 40 words only. This is limiting the utility of the automation, as I need access to the complete body content of the emails for further processing.

Could you please guide me on:

  • Whether there is any setting or configuration in n8n’s Gmail node to fetch the full body content?
  • If not, is there a workaround or advanced setting (like using the raw or payload formats) that I can use to retrieve the entire message?

I’ve attached a screenshot for your reference.