Aasaish
03/09/2025, 6:10 PMVapi Support Bot
03/09/2025, 6:11 PMapplication/json
([source](https://discord.com/channels/1211482211119796234/1211483291191083018/1330221332452999321))
3. Test manually - Use Postman or cURL to manually trigger the webhook to verify it's operational ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/1336345690393149452))
4. Review logs - Check logs on both make.com and Vapi to identify any error messages ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/1335141023600480318))
### Tool Function Changes
Regarding multiple functions in tools, there have been significant changes to the tool calling schema:
1. The ToolCall
schema has been revamped:
- tool
and toolBody
properties are now deprecated
- They've been replaced with a function
property that requires id
and function
details
- This requires updates to existing tool call implementations ([source](https://docs.vapi.ai/changelog/2025/1/29))
2. ToolCallFunction
has been removed in favor of ToolCall
, requiring migration in both client and server tool calling code ([source](https://docs.vapi.ai/changelog/2025/1/22))Vapi Support Bot
03/09/2025, 6:11 PMAasaish
03/09/2025, 6:33 PMAasaish
03/10/2025, 1:57 PMKings Big
03/10/2025, 9:01 PM