DigitalTechGen
01/27/2026, 3:26 PMVapi Support Bot
01/27/2026, 3:28 PMTools > [Select Tool] > Test
This allows you to send sample payloads and verify if the tool executes and returns results as expected. If the tool fails here, review the configuration and required parameters for errors before investigating webhook delivery further. For more details, see the [debugging documentation](https://docs.vapi.ai/debugging).
Source:
- [Debugging Documentation](https://docs.vapi.ai/debugging)DigitalTechGen
01/27/2026, 3:33 PMChiranjeet Mishra
01/28/2026, 11:39 PMDigitalTechGen
01/30/2026, 11:02 AMDigitalTechGen
01/30/2026, 11:05 AMChiranjeet Mishra
02/01/2026, 6:33 AMserverUrl at the assistant, phone number, or org level?
• Which server events are you listening for?
• Any backoffPlan or timeout settings configured?
Common webhook timing scenarios:
If you're seeing webhooks fire much later than expected on outbound calls, check your customerJoinTimeoutSeconds setting. The default is 300 seconds (5 minutes), which means if the customer doesn't answer, the end-of-call webhook won't fire until that timeout.
For most use cases, we recommend setting this to 30-60 seconds:
{
"customerJoinTimeoutSeconds": 30
}
Once I have more details about your specific issue, I can provide targeted guidance.
Best,
Vapi SupportDigitalTechGen
02/02/2026, 9:07 AMChiranjeet Mishra
02/04/2026, 7:06 AM