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" HeaderContentType = "Content-Type" ContentTypeForm = "application/x-www-form-urlencoded" )
View Source
const (
// MessagePath is the URL path for our webhook to handle message events.
MessagePath = "/twilio/message"
)
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(l *zap.Logger, vars sdkservices.Vars, d sdkservices.Dispatcher, scope string, id sdktypes.IntegrationID) handler
Types ¶
Click to show internal directories.
Click to hide internal directories.