Чебурашка
11/09/2025, 4:05 PMChiranjeet Mishra
11/09/2025, 4:05 PMVapi Support Bot
11/09/2025, 4:06 PMresult field of your webhook response.
Could you confirm:
Are you returning the result as a single-line string (not an object or array) in your results array, like this?
json
{
"results": [
{
"toolCallId": "call_casKyF5DieBITQ3MAMHH",
"result": "Your availability details as a single-line string"
}
]
}
If not, updating your response to match this format should resolve the "No result returned" error.
[See troubleshooting guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting#no-result-returned-error)
Source:
- [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)Chiranjeet Mishra
11/11/2025, 7:45 PM