Default Unified Status Attributes
Attributes about the default unified status, part of the Default Unified Status JSON response.
JSON format
Default unified status attributes are represented as JSON objects with the following properties:
Name | Type | Read-only | Mandatory | Description |
---|---|---|---|---|
description | string | true | false | The unified status description |
name | string | true | true | The name displayed to agents in the unified status switcher, unique per account |
Attributes about the default unified status
Example
{
"description": "Can receive work",
"name": "online"
}