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
| Event | Description |
|---|---|
| Test failure analyzed | Root cause, flakiness score, and test name |
| Auto-fix triggered | AI agent started working on a fix |
| Fix PR merged | The auto-fix pull request was merged |
| Fix verified | CI is green after the fix was merged |
Setup
Step 1: Create a Slack Incoming Webhook
- Go to Slack API: Your Apps and click Create New App
- Choose From scratch, name it (e.g. "FixSense"), and select your workspace
- In the left sidebar, click Incoming Webhooks
- Toggle Activate Incoming Webhooks to On
- Click Add New Webhook to Workspace
- Select the channel where you want notifications (e.g.
#ci-alerts) - Copy the Webhook URL — it looks like
https://hooks.slack.com/services/T.../B.../xxxx
Step 2: Connect in FixSense
- Open your FixSense Dashboard
- Scroll to the Integrations section
- Paste the Webhook URL into the Slack input field
- 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:
- Go to the FixSense Dashboard
- 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.