Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bkonetzny/osticket-fetch-note
- Owner: bkonetzny
- License: mit
- Created: 2017-05-22T19:25:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T19:42:00.000Z (over 7 years ago)
- Last Synced: 2024-08-03T01:12:06.923Z (5 months ago)
- Topics: osticket, php, plugin
- Language: PHP
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-osticket - Fetch Note - Automatically fetch additional note content on ticket creation. (Plugins / Community Plugins)
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 ;)