Makes a test outbound call using configured settings. Used for testing the telephony integration.
curl --request GET \
--url https://demo.enneo.ai/api/mind/telephony/testOutboundCall
{
"success": true,
"phoneNumber": "+491234567890",
"subchannelId": 5,
"ticketId": 12345,
"ticketIdUrl": "/ticket/12345",
"response": {}
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/telephony/testOutboundCall
{
"success": true,
"phoneNumber": "+491234567890",
"subchannelId": 5,
"ticketId": 12345,
"ticketIdUrl": "/ticket/12345",
"response": {}
}