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
channelsobjecttruetrueA mapping of agent statuses for each channel
descriptionstringtruefalseThe unified status description
group_idsarraytruefalseThe list of group ids eligible to use the custom status. An empty array means eligible for all agents
namestringtruetrueThe 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",  "group_ids": [    123456,    234567  ],  "name": "In a meeting"}