POST
/
telephony
/
agentConnected
curl --request POST \
  --url https://demo.enneo.ai/api/mind/telephony/agentConnected \
  --header 'Content-Type: application/json' \
  --data '{
  "ticketId": 123,
  "channelId": "call_123abc456",
  "userId": 42
}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Body

application/json

Response

200
application/json
Successful operation

Data format of Enneo success messages