An plugin for osTicket to send webhooks, specially developed for the osticket admin app
This plugin uses CURL and was designed/tested with osTicket-1.10.1
- php_curl
- Download the zip file, unzip inside a folder like name osticket-webhook and place the contents into your
include/plugins
. - Now the plugin needs to be enabled & configured, select "Admin Panel" then "Manage -> Plugins" you should be seeing the list of currently installed plugins.
- Click in Add New Plugin button, you will se the plugin name Webhook notification and click in Install.
- Click to edit the plugin and on
Webhook Notifier
paste https://api.osticket.com.br/push_notification ( for osticket admin app ) - 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 "Webhook Notifier" and select the "Enable" button.
- That's it
Note: only tickets with Assigned To Agents work
This plugin is released under the MIT license. See the file LICENSE.