A plugin for osTicket which posts notifications to a Discord webhook.
Originally forked from: https://github.com/thammanna/osticket-slack and https://github.com/clonemeagain/osticket-slack.
- Send notifications on ticket created
- Manage alerts : tickets automatically closed
- Reminder : tickets not answered are regulary displayed
- php_curl
- osTicket-1.12
- A discord account
- Clone this repo or download the zip file and place the contents into your
include/plugins
folder. - Now the plugin needs to be enabled & configured, so login to osTicket, select "Admin Panel" then "Manage -> Plugins" you should be seeing the list of currently installed plugins.
- Click on
Discord Notifier
and paste your Discord Webhook URL into the box (Discord setup instructions below). - Click
Save Changes
! (If you get an error about curl, you will need to install the Curl module for PHP). - After that, go back to the list of plugins and tick the checkbox next to "Discord Notifier" and select the "Enable" button.
- Right click on your server in discord software
- Select "Server parameters / Webhooks"
- Create a new webhook
- Copy the Webhook URL entirely, paste this into the
osTicket -> Admin -> Plugin -> Discord Notifier
config admin screen.