Ticket
All communication within Omnidesk is facilitated through tickets. Tickets can contain messages (displayed on the timeline), have a status (like new, open or solved) and be assigned to groups. These and many other options are available through the API.
get
https://account.omnidesk.com/api/v2/
ticket/:ticketID
Get timeline
post
https://account.omnidesk.com
/api/v2/ticket
Create a ticket
After that you can start adding information to the ticket. As an example we will set the status of the ticket below or add a message or update form fields (see the subpages: message, form field, etc).
put
https://account.omnidesk.com
/api/v2/ticket/:ticketID
Update Ticket
post
https://account.omnidesk.com
/api/v2/ticket/setstatus
Set the status of a ticket
Last modified 8mo ago