Enneo

Telephony

Get ACD configuration

GET /telephony/acd/config

GET /telephony/acd/config

Returns configuration for the ACD microservice including:

  • ACD-enabled phone channels with their workflows
  • SIP trunk configurations

Responses

200 — Successful operation

Response Example

{
  "channels": [
    {
      "phoneNumbersIn": [
        "+1234567890",
        "+0987654321"
      ],
      "ringDuration": "20s",
      "workflow": [
        null
      ]
    }
  ],
  "sipTrunks": [
    {
      "username": "user123",
      "password": "pass123",
      "serverAddress": "sip.example.com:5060",
      "reregisterInterval": "1h"
    }
  ]
}

403 — Unauthorized

500 — Internal error