Add webhook result example to documentation

This commit is contained in:
Xanders 2021-02-26 21:15:40 +03:00 committed by GitHub
parent 52641aaa31
commit 984e70d4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ You can set the POST body format to Form-Encoded (default) or JSON-Encoded. Use
},
```
The result would be e.g. `Status: running` message in the Mattermost channel.
Different payloads can be configured for different events. Not all fields are necessary, but you should configure at least one of the dicts, otherwise the webhook will never be called.
### Webhookbuy