I have an n8n workflow (Post) that monitors a gmail inbox using an Email Reply Trigger. In the settings, i set an error workflow (Error) that is triggered if there is an error in Post and sends me an email.
The email body contains $(‘Error Trigger’).item?.json?.trigger?.error?.message.
For some reason, even though “Post” does not show any executions, “Error” is being triggered multiple times a day.
The message is: “There was a problem with the trigger node “Email Reply Trigger”, for that reason did the workflow had to be deactivated” However, the workflow is still active.
Not sure what they issue is, but I want to make sure you are aware that you Filter node is not connected to the Check if OK or Revised node, try to move it.
And since that filter isn’t doing anything, could this be the reason for your problem?
Hello @Andrew_Coulson, glad to see you in this community!
Btw, have you tried to see the error from executions tab? Whether it’s coming from Email Reply workflow or Error Trigger workflow?
All I see is an execution of the Error workflow - that’s what’s weird…it should only be triggered by the Post workflow failing. The error payload is:
“error”:
{
“message”:
“There was a problem with the trigger node “Email Reply Trigger”, for that reason did the workflow had to be deactivated”,
“timestamp”:
1752954120274,
“name”:
“WorkflowActivationError”,
“context”:
{
},