Telephony
Test outbound call (POST)
POST /telephony/testOutboundCall
POST /telephony/testOutboundCall
Same as GET /telephony/testOutboundCall, but accepts a JSON body to override the configured target phone number or subchannel.
Request body
phoneNumberstringbodyOverride the configured target phone number.
subchannelIdintegerbodyOverride the configured subchannel.
Request Example
{
"phoneNumber": "+491234567890",
"subchannelId": 1
}Responses
200 — Successful operation
400 — Invalid input or missing settings
401 — Unauthorized
500 — Internal error