Custom Unified Status

Custom unified statuses created by account admins, part of the Unified Agent Statuses JSON response.

JSON format

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

NameTypeRead-onlyMandatoryDescription
attributesobjectfalsetrueAttributes about the custom unified status
idintegertruetrueThe unified status id, unique per account
typestringtruetrueString indicating the type of data returned
updated_atstringtruefalseThe timestamp which the unified status was last updated

Example

{  "attributes": {    "channels": {      "messaging": "away",      "support": "online",      "talk": "away"    },    "description": "Temporarily unavailable but accepting emails",    "name": "In a meeting"  },  "id": 123,  "type": "agent_status",  "updated_at": "2021-07-21T17:32:28Z"}