Gmail forward complete email

I receive something in the Gmail node

I do whatever filtering and processing I need and then I want to forward that entire email to a new address as if I pressed forward in Gmail. How would I do this? I don’t know what to put in the fields.

In this case the email will not have any attachments and I don’t want to care about the attachments even if there are. It’s just to forward the email to a special address that creates a task.

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:

I’m afraid our Gmail node doesn’t support the Forward operation. You can either compose a new email, or use the HTTP node to access the Gmail API directly for this operation.

1 Like

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