Caleb
05/26/2025, 12:57 AMShubham Bajaj
05/26/2025, 6:07 AMVapi Support Bot
05/26/2025, 6:08 AMKings_big💫
05/26/2025, 6:57 AMVapi Support Bot
05/26/2025, 6:58 AMCaleb
05/26/2025, 11:09 AMVapi Support Bot
05/26/2025, 11:11 AM"async": false
, could you please share the exact JSON payload of the webhook response you are sending from Make.com (with sensitive data redacted)? This will help verify if the structure and fields (especially toolCallId
and the verification result) match what Vapi expects and allow for more targeted troubleshooting.
Sources:
- [Vapi Custom Tools Guide](https://docs.vapi.ai/tools/custom-tools)
- [Vapi Tool Calling Integration](https://docs.vapi.ai/customization/tool-calling-integration)Caleb
05/26/2025, 11:31 AM{
"results": [
{
"toolCallId": "call_LMQTxDt1NHhfxzalWHqJDBST",
"result": "Hello world — this is a test."
}
]
}
Vapi Support Bot
05/26/2025, 11:33 AMresult
field for verification unless it receives a specific value or structure. Could you clarify what value or format your agent expects in the result
field to determine if the user should be verified?
This will help ensure your webhook response is structured correctly for your use case.
For reference, see the [Vapi Custom Tools Guide](https://docs.vapi.ai/tools/custom-tools).
Source:
- [Vapi Custom Tools Guide](https://docs.vapi.ai/tools/custom-tools)Caleb
05/26/2025, 11:49 AMVapi Support Bot
05/26/2025, 11:52 AMKings_big💫
05/26/2025, 12:10 PMVapi Support Bot
05/26/2025, 12:11 PMtoolCallId
, a clear result, proper JSON formatting, and the right Content-Type helps maintain smooth communication between your assistant and Make.com. Keeping your tool configuration aligned with these best practices will support reliable verification flows.Kings_big💫
05/26/2025, 3:14 PMVapi Support Bot
05/26/2025, 3:15 PMCaleb
05/26/2025, 3:22 PMVapi Support Bot
05/26/2025, 3:22 PMKings_big💫
05/26/2025, 3:24 PMVapi Support Bot
05/26/2025, 3:24 PM