Timeout for IMAP Email Trigger

Hi, I just want to know about the IMAP Trigger node.

  1. If i don’t set the Force reconnect time, what would be the default frequency for it to connect & check for new email?
  2. If I set the force reconnect to let say every hour, and when no new email in the inbox, will the ‘reconnect’ task count as execution? and recorded in the execution list?

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 @lamanrasmi,

Thanks for posting! The default frequency is every 60 minutes and the “Force Reconnect Every Minute” option doesn’t get counted as an execution as it doesn’t start the workflow itself.

There are different types of trigger nodes:

  • For polling nodes, n8n only counts executions when new data is found.
  • For schedule triggers, n8n counts each time the trigger is executed.
  • For webhook triggers, n8n counts every inbound request with data as an execution.

Hope that helps!

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