Channels

A mapping of agent states for each channel, part of the Custom Unified Status Attributes JSON response.

JSON format

Channels are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
messagingstringtruetrueAgent status for the respective channel. Allowed values are "online", "away", "transfers_only", or "offline".
supportstringtruetrueAgent status for the respective channel. Allowed values are "online", "away", "transfers_only", or "offline".
talkstringtruetrueAgent status for the respective channel. Allowed values are "online", "away", "transfers_only", or "offline".

A mapping of agent statuses for each channel

Example

{  "messaging": "away",  "support": "online",  "talk": "away"}