Hello everyone,
I am building an AI receptionist. I have integrated a workflow using Retell and n8n. Everything works perfectly during the initial booking flow: if a slot is available, it books smoothly, and if it’s unavailable, the agent correctly informs the user and suggests alternative available slots.
However, the issue occurs when the user tries to book one of those suggested slots. The agent triggers the tool calendar_sarah, but it fails with an Axios 404 error: “The requested webhook ‘calendar_sarah’ is not registered.”
Interestingly, my n8n canvas shows green checkmarks everywhere, and the workflow looks active. I am stuck on this and have tried multiple times. Any guidance on how to fix this webhook registration issue for secondary tool calls would be highly appreciated.
