| .idea | ||
| Config | ||
| Database/Migrations | ||
| Entities | ||
| Http | ||
| Misc | ||
| Providers | ||
| Resources | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| module.json | ||
| README.md | ||
| start.php | ||
seven module for FreeScout
Adds the functionality of sending SMS to your users.
Prerequisites
Installation
Via FTP
Download
the latest release
and extract the archive to /path/to/freescout/Modules/.
Via git
cd /var/www/html/Modulesgit clone https://github.com/seven-io/FreeScout Sevencd Sevencomposer update
Attention: The plugin folder is case-sensitive.
Setup
- Open up your FreeScout administration
- Go to Manage -> Modules -> seven and click Activate
- Go to Manage -> Settings ->seven
- API Key: Enter your seven API Key
- Sender Identifier: Optionally enter a sender identifier being displayed as the SMS sender - max. 11 alphanumeric or 16 numeric characters, country specific restrictions may apply
- Click Save for submitting
Usage
You can use placeholders which resolve to the user property as long as it exists.
Example: Dear {{first_name}} {{last_name}} resolves to Tommy Tester.
Send Bulk SMS
- Go Manage -> seven
- Enter the message text to send
- Click on Send to start the SMS dispatch
User Filters
Narrow down users by the following properties:
- Locale
- Role
Send SMS to User
- Go Manage -> Users
- Click on a user
- Click Send SMS in the sidebar
- Enter a text and submit by clicking Send
Note: If the user has no phone associated, the Send SMS menu entry won't get shown.
Support
Need help? Feel free to contact us.