Custom Unified Status Attributes

Attributes about the custom unified status, part of the Custom Unified Status Attributes JSON response.

JSON format

Custom unified status attributes are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
channelsobjectfalsefalseA mapping of agent states for each channel
descriptionstringfalsefalseThe unified status description
namestringfalsefalseThe name displayed to agents in the unified status switcher, unique per account

Attributes about the custom unified status

Example

{  "channels": {    "messaging": "away",    "support": "online",    "talk": "away"  },  "description": "Temporarily unavailable but accepting emails",  "name": "In a meeting"}