Notification Channels
VAPT Insights allows you to configure real-time notification alerts to keep your development, DevOps, and security teams in sync. Alerts are managed project-wise and can be toggled or configured for specific triggers.
The platform supports Email Alerts, Slack Webhooks, and Discord Webhooks, with more channels coming soon.
🕹️ Dashboard Navigation Flow
Section titled “🕹️ Dashboard Navigation Flow”To access and configure your project-wise notification channels:
- Select your target project from the project selector dropdown at the top of the VAPT Insights sidebar.
- Click Integrations (under the Project Control section) of the main sidebar.
- This opens your project’s integrations page, where you can toggle and save Email Alerts, Slack Webhooks, or Discord Webhooks.
1. Email Alerts
Section titled “1. Email Alerts”Email alerts let you distribute reports directly to key stakeholders. By default, the project owner/creator is subscribed.
Configuration limits & rules:
Section titled “Configuration limits & rules:”- Limits: You can add up to 5 distinct email addresses per project configuration.
- Consent: All added emails will receive notifications based on your chosen event triggers.
Event Triggers:
Section titled “Event Triggers:”You can choose which events trigger an email alert:
- Scan Report: Dispatched as soon as a manual or automated pipeline scan finishes.
- SBOM Report: Alerts detailing software components and direct dependency updates.
- New Commit Reports: Triggers an alert when a scan finishes on a new repository branch/commit.
- Daily Scan Report: A consolidated alert sent daily only if new vulnerabilities or components are discovered.
- Weekly Scan Report: A compiled threat posture summary sent once a week.
2. Slack Webhooks
Section titled “2. Slack Webhooks”Centralize your security alerts by posting them directly to a dedicated Slack channel.
Setting up Slack:
Section titled “Setting up Slack:”- Refer to the official Slack Incoming Webhooks Guide.
- Go to your Slack Workspace and navigate to Administration > Manage Apps.
- Search for Incoming Webhooks and click Add to Slack.
- Select the target channel, click Add Incoming Webhooks Integration, and copy the generated Webhook URL (must start with
https://hooks.slack.com/...).
Configuring in VAPT Insights:
Section titled “Configuring in VAPT Insights:”- Paste the webhook URL into the Slack Webhook field on your project page.
- Select your desired event triggers.
- Save the configuration. To prevent credential exposure, VAPT Insights automatically masks your webhook URL in the settings panel (e.g.,
https://hooks.slack.com/...a1b2c3).
3. Discord Webhooks
Section titled “3. Discord Webhooks”Send real-time alerts to your team’s Discord server.
Setting up Discord:
Section titled “Setting up Discord:”- Refer to the official Discord Webhooks Guide.
- In your Discord Server, right-click the target channel and select Edit Channel.
- Click Integrations in the sidebar, select Webhooks, and click New Webhook.
- Copy the Webhook URL (must start with
https://discord.com/api/webhooks/...).
Configuring in VAPT Insights:
Section titled “Configuring in VAPT Insights:”- Paste the URL into the Discord Webhook input field.
- Toggle active event triggers and click Save. The secret URL will be masked immediately for your security.