mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 00:34:56 +01:00
This PR adds more documentation methods for notifications. Most of it is taken from the Overseerr documentation.
18 lines
396 B
Markdown
18 lines
396 B
Markdown
---
|
|
title: Slack
|
|
description: Configure Slack notifications.
|
|
sidebar_position: 9
|
|
---
|
|
|
|
# Slack
|
|
|
|
## Configuration
|
|
|
|
### Webhook URL
|
|
|
|
Simply [create a webhook](https://my.slack.com/services/new/incoming-webhook/) and enter the URL in this field.
|
|
|
|
:::info
|
|
Please refer to the [Slack API documentation](https://api.slack.com/messaging/webhooks) for more details on configuring these notifications.
|
|
:::
|