You are here

README.txt in Twilio 7

Same filename and directory in other branches
  1. 8 README.txt
--------------------------------------------------------------------------------
                                 Twilio
--------------------------------------------------------------------------------

Maintainers:
 * Arvin Singla (arvinsingla), arvin.singla@gmail.com

The Twilio module provides integration with the Twilio cloud communication
platform allowing for your Drupal site to integration Voice and SMS
functionality. 

The module currently provides the following functionality:

- Rules event to act on incoming SMS message
- Rules action to send an SMS message
- 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

Project homepage: http://drupal.org/project/twilio


Dependencies
------------

* Libraries API - http://www.drupal.org/project/libraries

The Rules module (http://www.drupal.org/project/rules) is required to use the
rules integration.


Installation
------------

1. Install the Twilio module as per (http://drupal.org/node/895232/)
2. Download the Twilio php library from (http://www.twilio.com/docs/libraries).
3. Extract the library in your sites/all/libraries folder and rename the
   directory to 'twilio'.
4. Visit 'admin/config/system/twilio' and enter your Twilio API information
   found on the twilio dashboard 


Documentation
-------------
* Documentation is currently being written and will be posted on d.o soon.

File

README.txt
View source
  1. --------------------------------------------------------------------------------
  2. Twilio
  3. --------------------------------------------------------------------------------
  4. Maintainers:
  5. * Arvin Singla (arvinsingla), arvin.singla@gmail.com
  6. The Twilio module provides integration with the Twilio cloud communication
  7. platform allowing for your Drupal site to integration Voice and SMS
  8. functionality.
  9. The module currently provides the following functionality:
  10. - Rules event to act on incoming SMS message
  11. - Rules action to send an SMS message
  12. - Hook for incoming SMS messages
  13. - Hook for incoming voice calls
  14. - User object phone number storage and validation
  15. - Uses libraries api to manage the Twilio php library
  16. Project homepage: http://drupal.org/project/twilio
  17. Dependencies
  18. ------------
  19. * Libraries API - http://www.drupal.org/project/libraries
  20. The Rules module (http://www.drupal.org/project/rules) is required to use the
  21. rules integration.
  22. Installation
  23. ------------
  24. 1. Install the Twilio module as per (http://drupal.org/node/895232/)
  25. 2. Download the Twilio php library from (http://www.twilio.com/docs/libraries).
  26. 3. Extract the library in your sites/all/libraries folder and rename the
  27. directory to 'twilio'.
  28. 4. Visit 'admin/config/system/twilio' and enter your Twilio API information
  29. found on the twilio dashboard
  30. Documentation
  31. -------------
  32. * Documentation is currently being written and will be posted on d.o soon.