Twilio
Categories
Component ID
1072516
Component name
Twilio
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
8820
Component created
Component changed
Component body
The Twilio module provides integration with the Twilio cloud communication platform allowing for your Drupal site to integration Voice and SMS functionality.
Looking for a co-maintainer!
The module currently provides the following functionality:
- Ability to store and access TwiML
- Rules event to act on incoming SMS message
- Rules action to send an SMS message
- Rules event to execute TwiML scripts
- Hook for incoming SMS messages
- Hook for incoming voice calls
- User object phone number storage and validation
- Uses libraries api to manage the Twilio php library
- Support for international texting
- Support for MMS
Dependencies
Installation
- Install the Twilio module as per usual (http://drupal.org/node/895232/)
- Download the 4.x Twilio php library from (https://github.com/twilio/twilio-php/archive/4.11.0.tar.gz) and extract the file into your sites/all/libraries folder.
- Rename the extracted folder from 'twilio-php-latest' to 'twilio'.
- Visit 'admin/config/system/twilio' and enter your Twilio account SID, Auth Token, and Phone number found on the Twilio dashboard