Problems with getting attachments in the Gmail node

I’m building a workflow that connect n8n to an email box (gmail). Where all invoices sent to this box must be read and added to an Excel table or Google sheet. And send a message via Telegrm with the data extracted from the invoice.

The problem I’m facing is that the attachments aren’t been account for in the JSON, and due to this I’m stuck.

Hi @PauloRMP24,

How are you parsing the content of the invoice to extract the necessary info? Could you share your workflow and how you’ve set this up?

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!


There’s also a template: Invoice data extraction with LlamaParse and OpenAI | n8n workflow template which might give you some inspirations! :star:

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