Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 899 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 899 Bytes

Twilio

Build Status Coverage Status

This is a messenger for Blesta that integrates with Twilio.

Install the Messenger

  1. You can install the messenger via composer:

    composer require blesta/twilio
    
  2. OR upload the source code to a /components/messengers/twilio/ directory within your Blesta installation path.

    For example:

    /var/www/html/blesta/components/messengers/twilio/
    
  3. Log in to your admin Blesta account and navigate to

Settings > Messengers

  1. Find the Twilio messenger and click the "Install" button to install it

  2. You're done!