BAARUD
05/13/2024, 7:00 AMVapi Support
05/13/2024, 7:00 AMVapi Support
05/13/2024, 7:00 AMTools Calling
feature allows for the creation and configuration of tools that can execute functions during a call. Your server can provide results and context back to the assistant in real-time [(2)]() . This means you could configure a tool to wait for a webhook notification indicating that a form has been filled, and then continue the call based on the form data received.
Additionally, you can use the .send()
method in the Web SDK to send intermediate messages to the assistant during a call, allowing for dynamic interactions based on external events or inputs [(3)]() .
While a direct "hold and wait" function is not explicitly mentioned, the combination of Server URLs, Tools Calling, and the flexibility provided by the Web SDK offers a powerful framework to implement the workflow you described. You would need to manage the logiVapi Support
05/13/2024, 7:00 AMSahil
05/13/2024, 7:41 AM