Hello n8n community,
I’m trying to set up a workflow in n8n where I can check for new emails from an IMAP server on a scheduled basis, without using the Gmail node or keeping the workflow running continuously. I understand that the IMAP node is a trigger node, which runs constantly to detect new emails.
However, my requirement is to perform this check at specific intervals (e.g., every hour or daily) as I would with a Schedule Trigger node. Is there a way to integrate the IMAP node to work with a scheduled trigger, or an alternative method to achieve scheduled email fetching with IMAP in n8n?
I would appreciate any advice or suggestions on how to configure such a workflow.
Thank you!