Create
Create a new channel with initial participants.
Channel creation and initial participant assignment are coupled here as a channel requires participants to be meaningful. Further participant management should use POST /channels/{id}/participants.
Authentication
Authorizationstring
API Key authentication via header
Request
This endpoint expects an object.
type
The type of communication used for the channel.
Allowed values:
name
The name of the channel.
participants
Participants in the channel. Must include at least one agent and one user.
channel_type
The type of channel.
Allowed values:
source
Which application created the channel.
Allowed values:
meta_data
Response
Successful Response
id
The ID of the channel.
type
The type of communication used for the channel.
Allowed values:
channel_type
The type of channel.
Allowed values:
name
The name of the channel.
participants
Participants in the channel.
created_at
When the channel was created.
modified
When the channel was last modified.
meta_data
source
Which application created the channel.
Allowed values:
agent_invocation_behavior
Defines the response behavior of agents in channels.
Allowed values:
