Request model to update a channel through the organizations API
The channel name
"twilio"
The service that facilitates communication on the channel
sip, twilio, email, webchat, africastalking "webchat"
The configuration of the channel
{
"account_sid": "AC123",
"auth_token": "sometoken",
"telephony": {
"interruptibility": "dtmf_only",
"passive_input_start": 0.5,
"passive_speech_input_enabled": true,
"pre_input_timeout": 3
}
}{
"provider_credentials": {
"api_key": "atk123",
"username": "test_username"
},
"telephony": {
"interruptibility": "dtmf_only",
"passive_input_start": 0.5,
"passive_speech_input_enabled": true,
"pre_input_timeout": 3
}
}The internal ID of the channel
1
The comma-delimited list of supported modes for the channel, which defines the possible communication methods for channel targets linked to it.
"chat,voice"
Whether the channel is a built-in system channel (i.e., is not customizable)
false
Successful Response
The channel name
"syllable-webchat"
The service that facilitates communication on the channel
sip, twilio, email, webchat, africastalking "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.
"chat,voice"
Whether the channel is a built-in system channel (i.e., is not customizable)
false
Configuration for the channel
{
"telephony": {
"interruptibility": "dtmf_only",
"overall_input_timeout": 20,
"passive_input_start": 0.5,
"passive_speech_input_enabled": true,
"pre_input_timeout": 1.2
}
}