Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.33 KB

Service Desk Tools

Service Desk tools I find useful or cool

Zoho Tickets Dash

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.

ZoHo Ticket Dash

Zoho Setup:

  1. Head to https://api-console.zoho.com.au/ and start setup of new connection
  2. Choose type "Self Client"
  3. Copy-Paste the Secret and Client ID into the below variables
  4. 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)
  5. Select the Portal and an authorised Desk platform
  6. When you select Generate, it will generate the REFRESH token - set whatever time you need, typically 3 minutes will be plenty.

Dash Setup

Ring Central Dash

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