adds example for slack-compatible endpoint

master
Thomas Maier 2020-01-26 19:26:19 +01:00
rodzic 6e6cac425c
commit 918c1232e8
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,7 @@ Check https://github.com/opthomas-prime/xmpp-webhook/blob/master/parser/ to lear
```
curl -X POST -d @grafana-webhook-alert-example.json localhost:4321/grafana
curl -X POST -d @slack-compatible-notification-example.json localhost:4321/slack
```
- After parsing the body in the appropriate `parserFunc`, the notification is then distributed to the configured receivers.