Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.25 KB

Twilio.md

File metadata and controls

18 lines (11 loc) · 1.25 KB

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]
accountSid String Twilio Account SID.
authToken String Twilio Auth Token.
phoneNumberSid String SID for specific phone number. One of `messagingServiceSid` or `phoneNumberSid` must be provided when creating a Twilio integration. [optional]
messagingServiceSid String SID for specific messaging service. One of `messagingServiceSid` or `phoneNumberSid` must be provided when creating a Twilio integration. [optional]
defaultResponderId String The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=&quot;https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\&quot;&gt;Per-channel default responder</a> guide. [optional]
defaultResponder DefaultResponderDefaultResponder [optional]