.hardboiledfish
05/23/2024, 11:21 PMVapi Support
05/23/2024, 11:21 PMVapi Support
05/23/2024, 11:22 PMend-of-call-report message among other possible server messages detailed in the API documentation [(1)]() .
Here is how you can set up your assistant to send these server messages to your server URL, including the end of call report:
json
{
"serverUrl": "https://yourserver.example.com/path",
"serverMessages": ["end-of-call-report", "status-update", "hang", "tool-calls"]
}
This configuration ensures that at the end of a call, your server receives detailed information about the call, including the reason it ended, which is specified in the end-of-call-report. Make sure your server endpoint is prepared to handle these incoming POST requests to process the call data accordingly..hardboiledfish
05/23/2024, 11:42 PMVapi Support
05/23/2024, 11:42 PMVapi Support
05/24/2024, 3:01 AM.hardboiledfish
05/24/2024, 3:07 AMSahil
05/24/2024, 5:06 AM.hardboiledfish
05/24/2024, 10:04 PM