- Edited
osTicket Version 1.9.8.1Is it possible to create a new ticket by interacting directly with the database?I'm writing a script that creates tickets for me when people purchase items in my online store.My online store sends me an email and my script stores email elements into variables and now I have two options:1. have the script open a new ticket the same way a human would2. have the script open a new ticket by placing the variables directly into the osTicket databaseI have access to the osTicket database. I am hosting it myself.