docs: add email & Discord notification info (#1251)

* docs: add email & Discord notification info

* docs: update TOC
This commit is contained in:
TheCatLady
2021-03-21 20:15:20 -04:00
committed by GitHub
parent cb5ca7acf3
commit bc9477465d
5 changed files with 90 additions and 15 deletions

View File

@@ -1,18 +1,20 @@
# Webhooks
Webhooks let you post a custom JSON payload to any endpoint you like. You can also set an authorization header for security purposes.
Webhooks allow you to send a custom JSON payload to any endpoint. You can also set an authorization header for security purposes.
## Configuration
The following configuration options are available:
### Webhook URL (required)
The URL you would like to post notifications to. Your JSON will be sent as the body of the request.
### Authorization Header
### Authorization Header (optional)
Custom authorization header. Anything entered for this will be sent as an `Authorization` header.
{% hint style="info" %}
This is typically not needed. Please refer to your webhook provider's documentation for details.
{% endhint %}
This value will be sent as an `Authorization` HTTP header.
### JSON Payload (required)