Service Desk tools I find useful or cool
ZoHoDash.php This web php script shows some basic stats using the ZoHo Tickets API. Currently setup to show Current Open, Closed Today, Average Open Ticket Age, Today's New Tickets (Raised), Created to Resolved radio.
- Head to https://api-console.zoho.com.au/ and start setup of new connection
- Choose type "Self Client"
- Copy-Paste the Secret and Client ID into the below variables
- Set the SCOPE of "Desk.search.READ,Desk.tickets.READ,Desk.contacts.READ,Desk.tasks.READ", and input the scope description (not sure if this matters)
- Select the Portal and an authorised Desk platform
- When you select Generate, it will generate the REFRESH token - set whatever time you need, typically 3 minutes will be plenty.
RingCentralQueue.php This is a web php script designed to fetch status data from your RingCentral phone system and display. To setup, you will need to generate an API Client ID and Secret, and JWT. It shows the latest data refresh, and refreshes every 30 seconds automatically, unless checked to not do so