Shaun Williams
03/09/2025, 5:22 PMVapi Support Bot
03/09/2025, 5:24 PMasync parameter to true in your tool's configuration JSON when making API calls. For example:
json
{
"tools": [
{
"toolId": "2da5ce83-b311-4f71-be5f-78d8559066bf",
"async": true
// other tool configuration
}
]
}
The HttpRequest node has also been renamed to ApiRequest and supports async operations through the isAsync flag [in API configurations](https://docs.vapi.ai/changelog/2025/2/1).
Regarding your booking automations - I couldn't find specific information about changes to booking automations in the new UI. I can see that there have been some general UI changes, including the temporary removal of the KB UI while waiting for Dashboard V2 (expected by the end of this quarter). Until then, some functionalities need to be accessed through the API [rather than the UI](https://discord.com/channels/1211482211119796234/1211483291191083018/1343466819058663498).
Would you like me to help troubleshoot your specific booking automation issues?
Sources:
- [Vapi Changelog](https://docs.vapi.ai/changelog/2025/2/1)
- [Discord Channel Message](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333880245681393756)
- [Discord Channel Message](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343466819058663498)Shaun Williams
03/09/2025, 5:24 PMVapi Support Bot
03/09/2025, 5:25 PMShaun Williams
03/09/2025, 5:25 PMVapi Support Bot
03/09/2025, 5:26 PMShaun Williams
03/09/2025, 5:26 PMManu
03/09/2025, 11:34 PMKyle
03/10/2025, 9:02 PM