Slack Integration¶
Slack notifications allow you to send vulnerability alerts directly to your Slack channels via webhooks.
Configuration¶
Slack 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 Slack as the integration type
- Enter your Slack webhook URL (see below)

The webhook URL is configured per workflow action, allowing you to send different notifications to different Slack channels.
Get a Slack Webhook URL¶

- Create a new application on Slack API
- Select Create from scratch
- App Name:
Escape Scan Report - Select your workspace
- Click Create App
- App Name:
- Click Incoming Webhooks under "Add features and functionality"
- Enable Incoming Webhooks
- Click Add New Webhook to Workspace
- Select your target channel
- Copy the generated webhook URL and paste it in Escape's integrations page
Need Help?
If these steps are outdated, refer to Slack's documentation or contact us.