CreateTwilioTelephonyBindingRequest interface
The request to create a Twilio binding.
- Extends
Properties
| phone_number | The Twilio E.164 phone number. |
| provider | The Twilio provider. |
Inherited Properties
| connection_name | The Foundry connection name for the telephony provider. |
| label | An optional display label for the binding. |
Property Details
phone_number
The Twilio E.164 phone number.
phone_number: string
Property Value
string
provider
The Twilio provider.
provider: "twilio"
Property Value
"twilio"
Inherited Property Details
connection_name
The Foundry connection name for the telephony provider.
connection_name: string
Property Value
string
Inherited From CreateTelephonyBindingRequest.connection_name
label
An optional display label for the binding.
label?: string
Property Value
string
Inherited From CreateTelephonyBindingRequest.label