docs: add buildbot and generic formatter details
This commit is contained in:
parent
5048ef8c4c
commit
7b94c80bbd
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -101,6 +101,19 @@ Add a webhook with a URL ending with `?formatter=grafana&key=API_KEY`
|
|||
|
||||
Add a webhook with a URL ending with `?formatter=pingdom&key=API_KEY`
|
||||
|
||||
### For Buildgot
|
||||
|
||||
Add a webhook with a URL ending with `?formatter=buildbot&key=API_KEY`
|
||||
|
||||
### Generic formatter For anything that doesn't match specifically
|
||||
|
||||
This is most useful when developing a plugin. It will simply return the raw
|
||||
json of whatever was sent. You *could* use this as a formatter, but it would
|
||||
look pretty ugly.
|
||||
|
||||
Add a webhook with a URL ending with `?formatter=generic&key=API_KEY`
|
||||
|
||||
|
||||
## Test room
|
||||
|
||||
[#matrix-webhook:tetaneutral.net](https://matrix.to/#/!DPrUlnwOhBEfYwsDLh:matrix.org)
|
||||
|
|
Loading…
Reference in a new issue