Authorizations
Response
Successful Response
Response model for channel target operations. A channel target links a channel to an agent, allowing users to communicate with the agent through that channel. For more information, see Console docs.
The internal ID of the agent associated with the channel target
1
The internal ID of the channel associated with the channel target
1
The name of the channel target. Must correspond to an organization-level target (available targets can be fetched from /channels/available-targets
).
"+19995551234"
The mode of the channel target (must match one of the supported modes of the associated channel)
voice
, chat
, sms
, email
The internal ID of the channel target
1
The name of the channel associated with the channel target
"+19995551234"
Timestamp of the most recent update to the channel target
"2024-01-01T00:00:00Z"
Email of the user who last updated the channel target
"user@email.com"
The fallback for the channel target (currently only supported for "voice" mode)
"+19995551235"
Whether the channel target is intended for testing. If true, any sessions created through this target will be labeled as a test session (i.e., will not be included in dashboard data and can easily be filtered out in the Sessions screen in the SyllableConsole).
true
Definition of the agent with which the channel target is associated. Response model for agent operations. When a user interacts with the Syllable system, they do so by communicating with an agent. An agent is linked to a prompt, a custom message, and one or more channel targets to define its behavior and capabilities. For more information, see Console docs.