Name | Type | Description | Notes |
---|---|---|---|
type | str | To configure a Twilio integration, acquire the required information from the user and call the Create Integration endpoint. | [optional] [default to 'twilio'] |
account_sid | str | Twilio Account SID. | |
auth_token | str | Twilio Auth Token. | |
phone_number_sid | str | SID for specific phone number. One of `messagingServiceSid` or `phoneNumberSid` must be provided when creating a Twilio integration. | [optional] |
messaging_service_sid | str | SID for specific messaging service. One of `messagingServiceSid` or `phoneNumberSid` must be provided when creating a Twilio integration. | [optional] |