mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00

* docs: update documentation to reflect recent changes/additions * docs: add list of third-party integrations * docs: add v3 warning * docs: fix Docker for Windows link text * docs: fix Telegram 'Send Silently' setting description * docs: note that application URL is required for password reset/generation * docs: add additional details on webhook template variables
12 lines
337 B
Markdown
12 lines
337 B
Markdown
# Slack
|
|
|
|
## Configuration
|
|
|
|
### Webhook URL
|
|
|
|
Simply [create a webhook](https://my.slack.com/services/new/incoming-webhook/) and enter the URL in this field.
|
|
|
|
{% hint style="info" %}
|
|
Please refer to the [Slack API documentation](https://api.slack.com/messaging/webhooks) for more details on configuring these notifications..
|
|
{% endhint %}
|