How can I define and use tools in JSON?
# support
w
I want to define tools like hang up and transfer tools in JSON that creates the call. How can I make this happen? How do I define them and use them?
k
Initiate a call with the /call API to get a control Url, then send POST requests to that URL with commands like "type": "hang-up" or "type": "transfer" to manage the call.