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

* docs: preliminary user management documentation * docs: fix heading * docs: add quota info * docs: remove mention of image caching (for now) * docs: update FAQ to link to Users page
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
# Notifications
|
|
|
|
## Supported Notification Agents
|
|
|
|
Overseerr currently supports the following notification agents:
|
|
|
|
- [Email](./email.md)
|
|
- [Discord](./discord.md)
|
|
- Pushbullet
|
|
- Pushover
|
|
- Slack
|
|
- Telegram
|
|
- [Webhooks](./webhooks.md)
|
|
|
|
## Setting Up Notifications
|
|
|
|
Configuring your notifications is quite simple. First, you will need to visit the **Settings** page and click **Notifications** in the menu. This will present you with all of the currently available notification agents. Click on each one individually to configure them.
|
|
|
|
You must configure which type of notifications you want to send _per agent_. If no types are selected, you will not receive notifications!
|
|
|
|
Note that some notifications are intended for the user who submitted the relevant request, while others are for administrators. For details, please see the documentation for the specific agent you would like to use.
|
|
|
|
## Requesting New Notification Agents
|
|
|
|
If we do not currently support your preferred notification agent, feel free to [submit a feature request on GitHub](https://github.com/sct/overseerr/issues). However, please be sure to search first and confirm that there is not already an existing request for the agent!
|