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
22 lines
798 B
Markdown
22 lines
798 B
Markdown
# Discord
|
|
|
|
The Discord notification agent enables you to post notifications to a channel in a server you manage.
|
|
|
|
{% hint style="info" %}
|
|
Users can optionally opt-in to being mentioned in Discord notifications by configuring their [Discord user ID](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-) in their user settings.
|
|
{% endhint %}
|
|
|
|
## Configuration
|
|
|
|
### Webhook URL
|
|
|
|
You can find the webhook URL in the Discord application, at **Server Settings → Integrations → Webhooks**.
|
|
|
|
### Bot Username (optional)
|
|
|
|
If you would like to override the name you configured for your bot in Discord, you may set this value to whatever you like!
|
|
|
|
### Bot Avatar URL (optional)
|
|
|
|
Similar to the bot username, you can override the avatar for your bot.
|