FixSense
Integrations

Slack Notifications

Get real-time FixSense notifications in your Slack channels.

Overview

FixSense can send real-time notifications to a Slack channel whenever something important happens with your CI failures and auto-fixes. No login or OAuth required — just paste a webhook URL.

What You'll Receive

EventDescription
Test failure analyzedRoot cause, flakiness score, and test name
Auto-fix triggeredAI agent started working on a fix
Fix PR mergedThe auto-fix pull request was merged
Fix verifiedCI is green after the fix was merged

Setup

Step 1: Create a Slack Incoming Webhook

  1. Go to Slack API: Your Apps and click Create New App
  2. Choose From scratch, name it (e.g. "FixSense"), and select your workspace
  3. In the left sidebar, click Incoming Webhooks
  4. Toggle Activate Incoming Webhooks to On
  5. Click Add New Webhook to Workspace
  6. Select the channel where you want notifications (e.g. #ci-alerts)
  7. Copy the Webhook URL — it looks like https://hooks.slack.com/services/T.../B.../xxxx

Step 2: Connect in FixSense

  1. Open your FixSense Dashboard
  2. Scroll to the Integrations section
  3. Paste the Webhook URL into the Slack input field
  4. Click Save

FixSense will send a test message to your channel to confirm the connection.

Step 3: Done

From now on, every CI failure analysis and auto-fix event will appear in your Slack channel in real time.

Disconnect

To stop receiving notifications:

  1. Go to the FixSense Dashboard
  2. In the Integrations section, click Disconnect

This removes the webhook URL from FixSense. You can also delete the webhook from your Slack workspace settings.

FAQ

Does FixSense need access to my Slack workspace? No. FixSense uses Slack's Incoming Webhooks feature, which only allows posting messages to a single channel. There is no OAuth, no login, and no access to your Slack data.

Can I send notifications to multiple channels? Currently, FixSense supports one webhook URL per installation. If you need multiple channels, you can use Slack's workflow builder to forward messages from the FixSense channel to others.

What happens if the webhook URL is invalid or expired? FixSense will silently skip the notification and continue processing normally. Slack errors never block your CI analysis or auto-fix workflows.