About Twilio
The Twilio MODX Extra is an integration between MODX CMS and the Twilio API. The first beta release includes only a minimal set of features:
- Phone number lookup: validates and formats a phone number using [Twilio's Lookup API](https://www.twilio.com/docs/lookup)
- Send SMS: sends a message via SMS using Twilio's [Programmable SMS API](https://www.twilio.com/docs/sms)
- Optionally set a callback/verification page on your MODX site
- Passing through arbitrary data
- Run other processing Snippets or expose secret forms
- Protected with a single-use nonce with configurable expiry
Blog post: https://sepiariver.com/modx/twilio-for-modx/
Information
Released
April 10, 2019
Supported Database
MySQL
License
GPLv2
Instructions
Install via MODX Extras Installer. Or you can download from the [the repo](https://modx.com/extras/package/twilio) directory.
New in 0.0.2-beta1
Twilio 0.0.2-beta1
Critical fix.