Discord Integration¶
Discord notifications allow you to send vulnerability alerts directly to your Discord channels via webhooks.
Configuration¶
Discord notifications are configured as actions in workflows. When creating or editing a workflow:
- Go to Workflows → Create (or edit an existing workflow)
- In the Actions step, add a Notify action
- Select Discord as the integration type
- Enter your Discord webhook URL

Get a Discord Webhook URL¶

- Open your Discord server settings
- Go to Integrations → Webhooks
- Click New Webhook
- Configure the webhook:
- Choose the channel where notifications should be sent
- Optionally customize the webhook name and avatar
- Click Copy Webhook URL
- Paste the URL into the workflow action form
The webhook URL is configured per workflow action, allowing you to send different notifications to different Discord channels.