Skip to content

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:

  1. Go to WorkflowsCreate (or edit an existing workflow)
  2. In the Actions step, add a Notify action
  3. Select Slack as the integration type
  4. Enter your Slack webhook URL (see below)

slack-webhook-form

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

Get a Slack Webhook URL

slack-incoming-webhooks

  1. Create a new application on Slack API
  2. Select Create from scratch
    • App Name: Escape Scan Report
    • Select your workspace
    • Click Create App
  3. Click Incoming Webhooks under "Add features and functionality"
    • Enable Incoming Webhooks
    • Click Add New Webhook to Workspace
    • Select your target channel
  4. 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.