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
messagingstringfalsetrueAgent status for the respective channel. Allowed values are "online", "away", "transfers_only", or "offline".
supportstringfalsetrueAgent status for the respective channel. Allowed values are "online", "away", "transfers_only", or "offline".
talkstringfalsetrueAgent status for the respective channel. Allowed values are "online", "away", "transfers_only", or "offline".

A mapping of agent states for each channel

Example

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