Skip to main content
POST
/
telephony
/
testOutboundCall
Test outbound call (POST)
curl --request POST \
  --url https://demo.enneo.ai/api/mind/telephony/testOutboundCall \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneNumber": "+491234567890",
  "subchannelId": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Body

application/json
phoneNumber
string

Override the configured target phone number.

Example:

"+491234567890"

subchannelId
integer

Override the configured subchannel.

Response

Successful operation

The response is of type object.