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:
commit
66b63854f0
40
_site/content/posts/modules/zendesk.md
Normal file
40
_site/content/posts/modules/zendesk.md
Normal 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).
|
Loading…
x
Reference in New Issue
Block a user