Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bkonetzny/osticket-fetch-note

osTicket plugin to fetch additional note content on ticket creation.
https://github.com/bkonetzny/osticket-fetch-note

osticket php plugin

Last synced: about 2 months ago
JSON representation

osTicket plugin to fetch additional note content on ticket creation.

Awesome Lists containing this project

README

        

# osTicket Fetch Note plugin
osTicket plugin to fetch additional note content on ticket creation.

## Installation
Place the content of this plugin in `include/plugins/osticket-fetch-note` and install via osTicket Admin Control Panel.

## Webhook
The webhook is pinged with the following JSON payload, and can return content for a note which is added to the ticket.

```
{
"email": ""
}
```

## Thanks
Code heavily borrowed from https://github.com/thammanna/osticket-slack ;)