GET
/
telephony
/
testOutboundCall
curl --request GET \
  --url https://demo.enneo.ai/api/mind/telephony/testOutboundCall
{
  "success": true,
  "phoneNumber": "+491234567890",
  "subchannelId": 5,
  "ticketId": 12345,
  "ticketIdUrl": "/ticket/12345",
  "response": {}
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json
Successful operation
success
boolean
Example:

true

phoneNumber
string

Phone number called

Example:

"+491234567890"

subchannelId
integer

ID of the subchannel used for the call

Example:

5

ticketId
integer

ID of the newly created ticket for the call

Example:

12345

ticketIdUrl
string

URL to the newly created ticket

Example:

"/ticket/12345"

response
object

Response from the cortex service