Details
Description
Adding Twilio as a provider for CiviSMS.
Requires a new row to be entered in civicrm_option_value for option_group_id 148 for Twilio (identical to the Clickatell option value, just named Twilio)
Add the attached file to CRM/SMS/Provider/
Add a new SMS provider. Use your Account SID as username, secret key as password. API type as http, API URL as https://api.twilio.com, and From = 18885555555 in api parameters (replace with twilio sms number).
Very basic implementation at this point. Send out (individual or bulk). Needs some work.