Sha256: c90759dfcba39c3cdec465ba1effec9deac1803b86012a859c0c314e45bc6c50
Contents?: true
Size: 899 Bytes
Versions: 2
Compression:
Stored size: 899 Bytes
Contents
# SunshineConversationsClient::Twilio ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | To configure a Twilio integration, acquire the required information from the user and call the Create Integration endpoint. | [optional] [default to 'twilio'] **account_sid** | **String** | Twilio Account SID. | **auth_token** | **String** | Twilio Auth Token. | **phone_number_sid** | **String** | SID for specific phone number. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Twilio.new(type: null, account_sid: ACa1b4c65ee0722712fab89867cb14eac7, auth_token: 160c024303f53049e1e060fd67ca6aefc, phone_number_sid: PN0674df0ecee0c9819bca0ff0bc0a159e) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-9.4.3 | docs/Twilio.md |
sunshine-conversations-client-9.4.2 | docs/Twilio.md |