Dave
10/22/2024, 1:09 PMVapi
10/22/2024, 1:11 PMVapi
10/22/2024, 1:11 PMDave
10/22/2024, 1:22 PMDave
10/22/2024, 2:14 PMVapi
10/22/2024, 2:14 PMjson
[
{
"action": "talk",
"text": "This is a whisper message for the agent."
},
{
"action": "connect",
"endpoint": [
{
"type": "phone",
"number": "PHONE_NUMBER_TO_CONNECT"
}
]
}
]
In this example, the talk action plays the whisper message, and the connect action then connects the call to the specified phone number.
Please replace "PHONE_NUMBER_TO_CONNECT" with the actual number you wish to connect to. If you need further assistance with setting this up or have specific parameters you'd like to include, let me know, and I can provide more detailed guidance.Shubham Bajaj
10/23/2024, 8:06 PM