All my current assistants fail ( where is async in...
# support
s
The new UI ruined everything i cant find my damn async and a lot of my booking automations are off
v
I understand your frustration with the UI changes! 😓 Let me help clarify where to find these features. For the async feature in tools - this isn't actually a UI element but a configuration parameter. To make a tool operate asynchronously, you need to set the
async
parameter to
true
in your tool's configuration JSON when making API calls. For example:
Copy code
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)
s
I cant edit the json
v
I'm sorry to hear you're having trouble editing the JSON. Could you tell me more about what specific issue you're encountering when trying to edit it? For example: - Are you getting an error message when trying to save changes? - Is the JSON editor not accessible in the new UI? - Are you looking for a specific location where you can edit the tool configurations? This will help me better understand your situation and provide more targeted assistance with the async configuration for your tools. Sources: - [Vapi Changelog](https://docs.vapi.ai/changelog/2025/2/1) - [Discord Channel Message](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333880245681393756)
s
I just cant edit the damn thing
v
I'm sorry you're having trouble! 😕 Could you please share what happens specifically when you try to edit the JSON? For example: - Are you unable to find where to access the JSON editor in the new UI? - Does the editor appear but not let you type or save changes? - Are you getting any error messages when trying to edit or save? - Which specific tool configuration are you trying to modify? A screenshot of what you're seeing might also help me understand the issue better and provide more specific guidance for the [async configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/1333880245681393756). Source: - [Discord Channel Message](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333880245681393756)
s
I cant find the edit button to access the JSON editor in the new UI
m
Yes same problem
k
We're working on adding support for these features via the dashboard, and it will be added very soon.