IMAP Trigger - Multiple Accounts

Describe the problem/error/question

I have an email workflow which needs to do the same thing for multiple email accounts - but I can only setup one account in the trigger and I don’t really want to run duplicate workflows for each email account if I can avoid it.

What is the error message (if any)?

N/A

Please share your workflow

Share the output returned by the last node

N/A plus the workflow works as intended, I just need it to work for more than 1 email account.

Information on your n8n setup

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

Considering you will receive similar parameters from all accounts, you could do it like this:

.
:point_right: If my reply answers your question, please remember to mark it as a solution.

1 Like

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