When receive email with csv file send to google sheet

Hi to all,
any help?
i need this:
when receive imap mail from this user with csv file in attachment, send this file to google sheet.
tks to all

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @mascimax,

you need to setup:

  1. An Email Trigger (IMAP) node to watch the coming emails (set the Download Attachments
    parameter ON)
  2. An Extract from File nod that will convert the content of the CSV file to data in n8n
  3. A Google Sheets node (Resource: Sheet Withing Document, Operation: Append Row) to write the content of the CSV in the Sheet

Let me know if this helps!