versin
11/09/2025, 4:40 AMChiranjeet Mishra
11/09/2025, 4:40 AMVapi Support Bot
11/09/2025, 4:41 AM"async": false in your tool configuration and ensure your webhook only returns a response after Make.com completes. Here’s a sample config:
json
{
"name": "getAvailability",
"async": false
}
Wait for your workflow to finish, then return the result in the required JSON format with HTTP 200.
Source:
- [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)Vapi Support Bot
11/09/2025, 4:53 AMVapi Support Bot
11/09/2025, 5:12 AMChiranjeet Mishra
11/11/2025, 7:43 PM