Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AuthPath is the URL path for our webhook to save a new autokitteh // connection, after the user submits their Twilio secrets. AuthPath = "/twilio/save" )
View Source
const (
// MessagePath is the URL path for our webhook to handle message events.
MessagePath = "/twilio/message"
)
Variables ¶
View Source
var AuthType = sdktypes.NewSymbol("authType")
Functions ¶
func NewHandler ¶
func NewHandler(l *zap.Logger, vars sdkservices.Vars, d sdkservices.Dispatcher, scope string, i sdktypes.Integration) handler
Types ¶
Click to show internal directories.
Click to hide internal directories.