How to get email from google groups conversation

Hello,

Is it possible de get emails from groups’ conversation from the gmail trigger (or another trigger) ? It seems to get the emails only from the main email address.

As a workaround I could add the main email address to each group, but this not the most efficient way to get these messages.

Thanks

Information on your n8n setup

  • n8n version: 1.59.3
  • Database (default: SQLite): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: linux

Hi @Nico-L,

Welcome to the community :tada:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


The Gmail trigger should pick up any email that lands in your inbox. Do the emails sent to the group get automatically forwarded to your personal one?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.