A freescout integration for twilio
Find a file
2022-12-02 09:21:24 -06:00
Config Your Message 2022-12-02 09:19:52 -06:00
Database/Seeders Your Message 2022-12-02 09:19:52 -06:00
Http Your Message 2022-12-02 09:19:52 -06:00
Providers Your Message 2022-12-02 09:19:52 -06:00
Resources/views Your Message 2022-12-02 09:19:52 -06:00
vendor Add Vendor Code 2022-12-02 09:21:24 -06:00
.gitignore Add Vendor Code 2022-12-02 09:21:24 -06:00
composer.json Add Source 2022-11-18 16:06:35 -06:00
composer.lock Add Source 2022-11-18 16:06:35 -06:00
LICENSE Revert "Refresh Twilio" 2022-12-01 10:24:27 -06:00
module.json Add Source 2022-11-18 16:06:35 -06:00
README.md Revert "Refresh Twilio" 2022-12-01 10:24:27 -06:00
start.php Add Source 2022-11-18 16:06:35 -06:00

Freescout-Twilio

A freescout integration for Twilio it works very similar to the facebook module. It allows you to recive texts and respond to them in the standart ticket system

Install

This module installs like many of the other custom modules. The goal is to download the code place it into the /var/www/html/Modules/ directory and change the ownership and group to www-data. you can then configure your Twilio credentials the same way the facebook module works.

Generall Guidelines

git clone https://github.com/calebbaker194/Freescout-Twilio.git
sudo mkdir /var/www/html/Modules/Twilio
sudo cp ./Freescout-Twilio/* /var/www/html/Modules/Twilio/ -r
sudo chown www-data /var/www/html/Modules/Twilio -R
sudo chgrp www-data /var/www/html/Modules/Twilio -R
sudo chmod 755 /var/www/html/Modules/Twilio -R