An plugin for osTicket which posts notifications to a Discord channel.
Originally forked from: https://github.com/clonemeagain/osticket-slack.
This plugin uses CURL and was designed/tested with osTicket v1.15.1
- php_curl
- A Discord Server
- 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. - 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.
Create a ticket!
Notes, Replies from Agents and System messages shouldn't appear, usernames are links to the user's page in osTicket, the Ticket subject is a link to the ticket, as is the ticket ID.