https://github.com/hellostealth/stealth-twilio
Twilio SMS driver for Stealth
https://github.com/hellostealth/stealth-twilio
chatbot ruby sms sms-messages stealth stealth-twilio twilio twilio-sms-driver
Last synced: about 1 year ago
JSON representation
Twilio SMS driver for Stealth
- Host: GitHub
- URL: https://github.com/hellostealth/stealth-twilio
- Owner: hellostealth
- License: mit
- Created: 2017-12-07T04:44:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T15:49:32.000Z (over 2 years ago)
- Last Synced: 2025-03-01T22:17:35.218Z (about 1 year ago)
- Topics: chatbot, ruby, sms, sms-messages, stealth, stealth-twilio, twilio, twilio-sms-driver
- Language: Ruby
- Size: 66.4 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stealth Twilio SMS
The [Stealth](https://github.com/hellostealth/stealth) Twilio SMS driver adds the ability to build your bot using Twilio's SMS service.
[](https://badge.fury.io/rb/stealth-twilio)
## Supported Reply Types
* Text
* Image
* Audio
* Video
* File
* Delay
Image, Audio, Video, and File reply types will leverage the MMS protocol. It is recommended by Twilio that
the content is limited to images, however, this is the full list of supported content types: https://www.twilio.com/docs/api/messaging/accepted-mime-types.
If you store your files on S3, please make sure you have set the `content-type` appropriately or Twilio might reject your media.