Telephony
Test outbound call
GET /telephony/testOutboundCall
GET /telephony/testOutboundCall
Makes a test outbound call using configured settings. Used for testing the telephony integration.
Responses
200 — Successful operation
Response Example
{
"success": true,
"phoneNumber": "+491234567890",
"subchannelId": 5,
"ticketId": 12345,
"ticketIdUrl": "/ticket/12345",
"response": null
}400 — Invalid input or missing settings
401 — Unauthorized
500 — Internal error