Authorizations
Body
application/json
Response
Successful Response
The channel name
Examples:
"syllable-webchat"
The service that facilitates communication on the channel
Available options:
sip
, twilio
, email
, webchat
The channel ID
The comma-delimited list of supported modes for the channel, which defines the possible communication methods for channel targets linked to it.
Examples:
"chat,voice"
Whether the channel is a built-in system channel (i.e., is not customizable)
Examples:
false
Configuration for the channel
Examples:
{
"telephony": {
"interruptibility": "dtmf_only",
"overall_input_timeout": 20,
"passive_input_start": 0.5,
"passive_speech_input_enabled": true,
"pre_input_timeout": 1.2
}
}