Is there a way to detect when a tool is not called?
My problem is the following: I created a call agent and integrated it with n8n. From the webhook, I call some functions in the tools (for scheduling and other tasks) and also store data in my database.
What I need to know is this: if I disable my n8n instance or if it goes down, is there any way to detect that it’s offline and say something else? Because when I tested it, I turned off my n8n and spoke with the agent, and it continued through the flow, but without calling the webhook. If that happens, I’d like to either end the call or send a maintenance message (or something similar).
What I need to know is this: if I disable my n8n instance or if it goes down, is there any way to detect that it’s offline and say something else? Because when I tested it, I turned off my n8n and spoke with the agent, and it continued through the flow, but without calling the webhook. If that happens, I’d like to either end the call or send a maintenance message (or something similar).