Wreckit69
10/29/2025, 7:06 AMVapi Support Bot
10/29/2025, 7:07 AMjson
{
"results": [
{
"toolCallId": "YOUR_TOOL_CALL_ID",
"result": "YOUR_RESULT"
}
]
}
Replace YOUR_TOOL_CALL_ID and YOUR_RESULT with the actual values from the incoming request and your workflow output. This format is required by Vapi for tool integrations to work correctly ([see documentation](https://docs.vapi.ai/tools/custom-tools)).
Source:
- [Custom Tools](https://docs.vapi.ai/tools/custom-tools)! Puran Tak
10/31/2025, 4:14 AM