-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
drips-wave-1featureThis issue or pull request already existsThis issue or pull request already existsgood first issueGood for newcomersGood for newcomers
Description
Title: [Feature] Implement Discord Webhook Provider in /libs/notify
📝 Description
We need a standard integration for Discord alerts. Sentinel currently detects threats but needs a way to push those alerts to a user's Discord server using Webhooks.
🎯 Goal
Create a discord.provider.ts file in the /libs/notify directory that handles the POST request to a Discord Webhook URL.
✅ Requirements
- Create an interface for Alert Payloads (Title, Description, Severity).
- Use
axiosornode-fetchto send the payload to Discord. - Include basic error handling if the Webhook URL is invalid.
🛠 Technical Specs
- Difficulty: Easy
- Labels:
good-first-issue,feature,notifications
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
drips-wave-1featureThis issue or pull request already existsThis issue or pull request already existsgood first issueGood for newcomersGood for newcomers