Create

Create a new channel.

Headers

AuthorizationstringRequired

Request

This endpoint expects an object.
typeenumRequired
The type of communication used for the channel.
Allowed values:
namestringRequired<=255 characters
The name of the channel.
participantslist of objectsRequired
Participants in the channel. There must be at least one agent and one user.
channel_typeenum or nullOptional
The type of channel.
Allowed values:
sourceenum or nullOptional
Which application created the channel.
Allowed values:

Response

Successful Response
idstringformat: "uuid"
The ID of the channel.
typeenum
The type of communication used for the channel.
Allowed values:
channel_typeenum
The type of channel.
Allowed values:
namestring
The name of the channel.
participantslist of objects
Participants in the channel.
created_atstringformat: "date-time"
When the channel was created.
modifiedstringformat: "date-time"
When the channel was last modified.

Errors