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
26 lines
886 B
Markdown
26 lines
886 B
Markdown
# Notifications
|
|
|
|
## Supported Notification Agents
|
|
|
|
Overseerr currently supports the following notification agents:
|
|
|
|
- [Email](./email.md)
|
|
- [Web Push](./webpush.md)
|
|
- [Discord](./discord.md)
|
|
- [LunaSea](./lunasea.md)
|
|
- [Pushbullet](./pushbullet.md)
|
|
- [Pushover](./pushover.md)
|
|
- [Slack](./slack.md)
|
|
- [Telegram](./telegram.md)
|
|
- [Webhooks](./webhooks.md)
|
|
|
|
## Setting Up Notifications
|
|
|
|
Simply configure your desired notification agents in **Settings → Notifications**.
|
|
|
|
Users can customize their personal notification preferences in their own user notification settings.
|
|
|
|
## 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!
|