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

Merge pull request #4 from fimtitzgerald/param_uname

Added static documentation for Zendesk module
This commit is contained in:
Tim Fitzgerald 2018-07-23 19:10:01 -07:00 committed by GitHub
commit 66b63854f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).