-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
47 lines (32 loc) · 1.44 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--------------------------------------------------------------------------------
Twilio
--------------------------------------------------------------------------------
Maintainers:
* Arvin Singla (arvinsingla), [email protected]
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.