Socket
Book a DemoInstallSign in
Socket

@botpress/channel-twilio

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@botpress/channel-twilio

Official Twilio module for Botpress

unpublished
latest
Source
npmnpm
Version
10.51.10
Version published
Maintainers
3
Created
Source

@botpress/channel-twilio

Official Twilio (SMS) connector module for Botpress.

This module has been build to accelerate and facilitate development of SMS bots.

Configuration

There's 3 required configuration variables:

  • accountSID or env TWILIO_SID
  • authToken or env TWILIO_TOKEN
  • fromNumber or env TWILIO_FROM

and optionally:

  • messagingServiceSid or env TWILIO_MESSAGING_SERVICE

You must set the SMS webhook to POST on the Twilio dashboard and the url is the following: https://{hostname}/api/botpress-twilio/webhook

Note on webhook

Protocol must be https. We recommend you use a tool like ngrok or pagekite in dev.

FAQs

Package last updated on 19 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts