Alex
10/28/2025, 8:55 PMVapi Support Bot
10/28/2025, 8:56 PMAlex
10/28/2025, 8:56 PMChiranjeet Mishra
10/29/2025, 7:44 PMvapi listen command to debug webhook integrations locally. Here are the basic steps:
1. Use a tunneling service like ngrok to create a public URL:
bash
ngrok http 4242
2. Start vapi listen to forward webhooks to your local server:
bash
vapi listen --forward-to localhost:3000/webhook
3. Update your Vapi Dashboard with the ngrok URL for your webhooks.
For setting up workflows, although not recommended for new projects, you can refer to the [Workflows quickstart guide](https://docs.vapi.ai/workflows/quickstart) for building and testing workflows.
If you need to handle hooks or specific events when a call is involved, the [updated Hook documentation](https://docs.vapi.ai/changelog/2025/7/11) would be beneficial.
Let me know if there's anything specific you need help with!