1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Added static documentation for Zendesk module

This commit is contained in:
fimtitzgerald 2018-07-23 19:08:51 -07:00
parent 40a3b5839c
commit fa28d2eb5a

View File

@ -0,0 +1,40 @@
---
title: "Zendesk"
date: 2018-07-23T18:55:37-08:00
draft: false
---
Displays tickets in the "New" status - i.e. have not yet been assigned.
## Source Code
```bash
wtf/zendesk/
```
## Required ENV Variables
<span class="caption">Key:</span> `ZENDESK_API` <br />
<span class="caption">Value:</span> Your Zendesk API Token
<span class="caption">Key:</span> `ZENDESK_DOMAIN` <br />
<span class="caption">Value:</span> Your Zendesk subdomain
## Configuration
```yaml
zendesk:
enabled: true
username: "your_email@acme.com"
position:
top: 0
left: 2
height: 1
width: 1
```
### Attributes
`username` <br />
Your Zendesk username
Values: A valid Zendesk username (usually an email address).