Channel Attributes

The attributes of a channel associated with an agent (part of the Channels resource).

JSON format

Channel Attributes are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
max_capacityintegerfalsefalseThe maximum number of work items the agent can have for the channel. Returned only if Omnichannel Contact Center is enabled.
namestringfalsetrueThe name of the channel.
statusstringfalsefalseThe agent's status for the channel.
updated_atstringfalsefalseA timestamp indicating when the agent's status last changed for the channel.
work_item_countintegerfalsetrueThe number of work items assigned to the agent for the channel.

Channel Attributes.

Example

{  "max_capacity": 1,  "name": "messaging",  "status": "online",  "updated_at": "2022-06-21T10:23:25.583732Z",  "work_item_count": 5}