Skip to content

osTicket plugin to fetch additional note content on ticket creation.

License

Notifications You must be signed in to change notification settings

bkonetzny/osticket-fetch-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": "<TICKET-AUTHOR-EMAIL>"
}

Thanks

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

About

osTicket plugin to fetch additional note content on ticket creation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages