End of call webhook not triggered
# support
v
To debug why your end-of-call webhook isn't triggered, try using the Vapi CLI with a tunneling service like ngrok to forward events directly to your n8n webhook. For example:
Copy code
bash
ngrok http 4242
vapi listen --forward-to https://mosaik-creation.app.n8n.cloud/webhook/XXXXXXXXXXXXXX
Update your Vapi webhook URL to the ngrok public URL, then test calls—this setup lets you see real-time webhook events and helps pinpoint where the issue occurs. For more details, see the [CLI webhook testing guide](https://docs.vapi.ai/cli/webhook). Source: - [CLI webhook testing guide](https://docs.vapi.ai/cli/webhook)
s
Hi, could you please clarify your query, it seems like your message was deleted?