Typescript (SDK)
channels.twilio
Get Twilio Channel By Id
GET
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Response
Successful Response
The channel name
Example:
"syllable-webchat"
The service that facilitates communication on the channel
Available options:
sip, twilio, email, webchat, africastalking, whatsapp Example:
"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.
Example:
"chat,voice"
Whether the channel is a built-in system channel (i.e., is not customizable)
Example:
false
Configuration for the channel
Example:
{
"telephony": {
"interruptibility": "dtmf_only",
"overall_input_timeout": 20,
"passive_input_start": 0.5,
"passive_speech_input_enabled": true,
"pre_input_timeout": 1.2
}
}

