Sazabi
Integrations

Slack

Connect Slack so your team gets issue notifications with inline actions, chats with the Sazabi agent, and shares context without leaving Slack.

About

Connecting Slack brings Sazabi into the channels where your team already works. Slack is a chat integration and a shared notification channel.

With Slack connected you can:

  • Receive issue notifications as cards with inline Resolve, Ignore, Mute, and Re-open actions.
  • Mention the Sazabi agent in a channel to investigate and get answers grounded in your data.
  • Route issues to specific Slack channels through delivery rules.

Connecting Slack also makes its MCP tools available to the agent automatically — there is no separate MCP connector to set up.

Prerequisites

  • A Slack workspace where you can authorize app installation.
  • Organization admin access in Sazabi.

Set up in the dashboard

Install the Sazabi Slack app

Start the connection and authorize the Sazabi app in your Slack workspace. Slack redirects you back to Sazabi when the install completes.

Route issues to a channel

On the project Settings > Notifications page, add a delivery rule that routes an event type (for example Issue triggered) to a Slack channel. See Route notifications.

For asking the agent questions from Slack, see Chat guide.

Set up with the CLI

The Slack app install runs through a browser flow that the Sazabi CLI does not start today — sazabi integrations connect slack reports that Slack must be connected from the dashboard integration settings. Connect Slack in the dashboard as above.

Once connected, you can inspect and manage the connection from the CLI (see CLI reference):

sazabi integrations list --provider slack   # confirm the connection
sazabi integrations providers               # see which providers connect from the CLI

Chat with Sazabi

Once Slack is connected, mention the Sazabi agent in a channel or DM to start an investigation without leaving Slack — it answers grounded in your project's data. See Chat outside the dashboard.

Notifications

Use Slack as a delivery destination for issue and system events: on the project Settings > Notifications page, add a delivery rule that routes an event type to a Slack channel. See Route notifications.

Connected account

You can also connect your personal Slack account under Settings > Connected accounts so the agent acts as you in Slack. When you have a personal connection Sazabi uses it first and falls back to this organization integration otherwise. See Connected accounts.

Verify

With a delivery rule pointing at a Slack channel, trigger a test issue (for example sazabi issues create --sample, or re-open a test issue) and confirm an issue card posts to that channel within a minute. The card should carry inline action buttons. If nothing posts, confirm the rule names both the event type and that channel, and that the Sazabi app is in the channel.

Troubleshooting

No card in the channel — Confirm a delivery rule targets that specific channel and that the Sazabi app has been added to it.

Connection shows needs attention — The Slack app authorization may have been revoked. Reconnect from Settings > Integrations > Slack.

Further reading