tdubz
02/10/2026, 3:41 PMtool-calls webhook. Error: Request failed with status code 500"
Example failed request:
Tool: get_contact_custom_vapi_4242
Arguments: {"email": "nathanielmeers@pm.me"}
Result: 500 errorVapi Support Bot
02/10/2026, 3:43 PMjson
{
"results": [
{
"toolCallId": "call_123",
"error": "Something went wrong"
}
]
}
Returning any status code other than 200 will cause Vapi to ignore the response and log an error. [See troubleshooting guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting)
Source:
- [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)Chiranjeet Mishra
02/10/2026, 3:50 PM