Adds Zendesk Integration
- Visualize ticket volume or details
- Query on any field in your organization's Zendesk instance
First, you will need to generate an API token from the zendesk admin panel.
https://support.zendesk.com/hc/en-us/articles/4408889192858-Generating-a-new-API-token
Next, add the plugin to your Grafana instance.
In the datasource configuration page, add the API endpoint as the URL:
Enable "Basic auth" and set the username to your email address followed by "/token" and the password to the API token you generated. e.g.:
username: [email protected]/token password: footoken12345
- visualization type: Stat
- Calculation: Count
- Fields: Numeric Fields
Finally, use the "Organize Fields" transform to hide unwanted fields or to re-order the fields for Table Visualizations.