mirror of
https://gh.llkk.cc/https://github.com/darktohka/FreescoutDiscordModule.git
synced 2025-11-23 18:25:47 +08:00
A Discord webhook notification module for Freescout.
| Config | ||
| Console | ||
| Database | ||
| Entities | ||
| Http | ||
| Providers | ||
| Public | ||
| Resources | ||
| Tests | ||
| vendor | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| module.json | ||
| README.md | ||
| start.php | ||
Discord notification module for FreeScout
This module sends a notification to a Discord channel:
- when a new support ticket is created by a customer
- when an existing support ticket receives a new reply from a customer.
Installation
- Navigate to your Modules folder e.g.
cd /var/www/html/Modules - Run
git clone https://github.com/darktohka/FreescoutDiscordModule Discord - Activate the module "Discord Notifications" via the Modules page in FreeScout.
- Create a new Discord webhook on Discord and copy the URL.
- Set up the Discord webhook URL in each mailbox you wish to receive notifications in.
Update
- Deactivate the Discord module
- Navigate to your Modules folder e.g.
cd /var/www/html/Modules - Delete the Discord module
- Run
git clone https://github.com/darktohka/FreescoutDiscordModule Discord - Activate the module "Discord Notifications" via the Modules page in FreeScout.
Translations
- English
Donations
If you use this module, I would appreciate your support. Click here to donate.
Screenshots
Settings:
Customer created new ticket:
Customer updated existing ticket:
