docs: add Pushbullet, Pushover, Slack, Telegram (#1268) [skip ci]

* docs: add Pushbullet, Pushover, Telegram

* docs: correction based on feedback from @costaht

* docs: add Slack

* docs: update Telegram docs to reflect changes in #1172

* docs: clarify PGP key format

* docs: edit Pushover documentation
This commit is contained in:
TheCatLady
2021-04-12 23:36:05 -04:00
committed by GitHub
parent 46c4ee1625
commit ad6f815249
9 changed files with 103 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
# Webhooks
# Webhook
Webhooks allow you to send a custom JSON payload to any endpoint. You can also set an authorization header for security purposes.
The webhook notification agent allows you to send a custom JSON payload to any endpoint.
## Configuration
### Webhook URL (required)
### Webhook URL
The URL you would like to post notifications to. Your JSON will be sent as the body of the request.
@@ -16,7 +16,7 @@ This is typically not needed. Please refer to your webhook provider's documentat
This value will be sent as an `Authorization` HTTP header.
### JSON Payload (required)
### JSON Payload
Customize the JSON payload to suit your needs. Overseerr provides several [template variables](./webhooks.md#template-variables) for use in the payload, which will be replaced with the relevant data when the notifications are triggered.