Workflow not running anymore

Hello

I’m experiencing an issue with one of my workflows. For the past three days, it hasn’t been triggering automatically, even though it was working perfectly before.

I haven’t made any changes to the workflow during this time, and it is still marked as active. When I run the test manually, as you can see in the attached screenshots, everything works fine. However, the automation doesn’t trigger on its own anymore.

I am still receiving emails in Gmail without any issues, so the problem doesn’t seem to come from my Gmail account. I can’t figure out where the issue lies, and I would really appreciate your help to resolve this.

Thank you

Hello @Thomas_Cornu!
could you please show here the settings of your trigger, it seems to me that the problem could be in the Poll Time (the “Mode” option inside the trigger).
The Gmail Trigger is polling, not “instant”: it only runs for new emails that arrive after activation and at the set frequency (Poll Time). If manual test works but automatic does not, check that a new email is arriving and that the interval is not too long.

Lmk

1 Like

Hello @Gallo_AIA

Thank you for your answer. here is the trigger which is set on every minutes. I don’t feel like it has something to do with this because this workflow was working fine for more than 2 weeks, and then stopped.

Is there some updates made by N8N that could have impact this ?

Thank you

@Thomas_Cornu try to update you n8n version to the last stable version, maybe it is just this.

1 Like

@Gallo_AIA Thank you I just did (I was not on the last stable version) but ufortunatyl it didn’t solve the problem. The worflow is not starting even if I’m receiving a lot of emails

@Thomas_Cornu
Here are additional possible causes:

  • Some users discovered that enabling filters like “Only unread emails” prevents triggering even when new emails arrive; turning that filter off made the trigger work again. (n8n Community)

  • Gmail triggers can be rate-limited by Google if you poll too often; after a while the trigger may stop working until credentials are re-authenticated or polling frequency relaxed. (n8n Community)

  • Expired or invalid Gmail credentials / OAuth token frequently appear as the culprit. Even if manual execution works, automatic polling may fail if the token has lost permissions or access was revoked. (n8n Community)

  • There is an open issue about Gmail polling triggers not working automatically after a while, even though the workflow is active. (GitHub)

What you can try:

  1. Re-authenticate Gmail credentials

  2. Increase polling interval

  3. Check logs/debug mode

  4. Ensure Gmail API, scopes, OAuth settings are still valid

  5. Check that workflow is really Active in Executions tab

Lmk

2 Likes

Hello @Gallo_AIA ,

Thank you for your help.

I desactivated the option regarding unread emails, and increased the poll time for my trigger (was at evry minutes).

It seems to work fine you.

I will let you know if anything change

Thank you again

Hi @Thomas_Cornu

I’m glad if it works correctly please Mark my answer as a solution

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