We have a webhook setup in Zendesk to trigger a workflow execution in n8n. Since April 1st, it periodically does not execute the workflow at all; i.e. for periods of time, n8n does not show that the workflow was called and if you’re only logged into n8n it may seem like there were no webhook events. Looking into the logs of Zendesk, every call received a “200” status response from n8n, everything “ok”. Zendesk shows the complete list of webhook calls which don’t show up on n8n.
This happens independently of any work being done to the workflows; it stops to execute and starts again randomly, without any changes to the workflows, to n8n or within Zendesk. On the side of Zendesk, nothing has been modified during this period at all.
It is a huge workflow, I’m only sharing the beginning below.
What is the error message (if any)?
There is no error message. From n8n, it looks like everything is working fine.
Please share your workflow
Share the output returned by the last node
Irrelevant for this request. If the workflow executes, it is all good.
Thanks @barn4k - the setting is set to save all workflow executions. I can also confirm that there is in fact no execution because I don’t see the output (if the workflow successfully executes, it will add information to a Zendesk ticket) if there is no execution listed on n8n.
So the issue seems to me to be somewhere between the webhook call being received by n8n and the workflow then actually being triggered.