Skip to main content

Discord

Discord is a popular communication platform that supports webhooks for automated messaging. Cleanuparr can send notifications directly to any Discord channel via webhooks.

Configuration

Configure a Discord webhook to receive notifications in your Discord server.

🔗Webhook URL

The Discord webhook URL for sending messages. To create a webhook:

  1. Open your Discord server and go to Server SettingsIntegrationsWebhooks
  2. Click New Webhook and select the channel where notifications should appear
  3. Copy the Webhook URL and paste it here

Webhook URLs follow the format: https://discord.com/api/webhooks/{id}/{token}

Reference: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks

👤Username

Override the default webhook username displayed in Discord. If left empty, the webhook's default name (configured in Discord) will be used.

Maximum length: 80 characters.

🖼️Avatar URL

Override the default webhook avatar with a custom image URL. If left empty, the webhook's default avatar (configured in Discord) will be used.

Must be a valid URL pointing to an image file.