> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dqlabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> What the Slack integration is in Prizm — delivers real-time alert notifications to Slack channels via OAuth, no webhook tokens required.

<script type="application/ld+json">
  {`{
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Slack Overview",
            "description": "What the Slack integration is in Prizm - delivers real-time alert notifications to Slack channels via OAuth, no webhook tokens required.",
            "url": "https://docs.dqlabs.ai/integrations/slack/overview",
            "publisher": {
              "@type": "Organization",
              "name": "DQLabs Inc",
              "logo": "https://media.brand.dev/332adc35-5bc4-4d2b-bf78-256aa4a5e414.svg"
            }
            }`}
</script>

## What is the Slack integration?

The Slack integration delivers Prizm alert notifications directly to Slack channels, giving data teams real-time visibility into data quality issues in the place where they already collaborate. When an alert fires in Prizm, a formatted message is posted to the configured channel — including asset name, metric, deviation, priority, and a direct link to the alert — so teams can triage and respond without switching tools.

Prizm connects to Slack via OAuth — no webhook URLs or bot tokens need to be entered manually.

### What this integration enables

| Capability                    | Description                                                                                    |
| ----------------------------- | ---------------------------------------------------------------------------------------------- |
| Real-time alert notifications | Alert messages are posted to Slack as soon as Prizm fires the alert.                           |
| OAuth authentication          | Connect via Slack OAuth — no webhook URLs or bot tokens required.                              |
| Per-rule channel routing      | Configure different channels for different alert rules or asset groups.                        |
| Rich notification content     | Each message includes asset name, metric, deviation, priority badge, and a View in Prizm link. |
| Multiple workspace support    | Connect more than one Slack workspace if your organization uses multiple workspaces.           |

<Tip>
  Create a dedicated `#data-quality-alerts` channel as the default destination for all Prizm notifications, and use per-rule channel overrides for high-priority or team-specific assets. This gives your data platform team a single place to monitor all quality signals while keeping individual teams informed through their own channels.
</Tip>

<Card title="Setup" icon="gear" href="/integrations/slack/setup">
  Connect Slack to Prizm — step-by-step OAuth configuration guide.
</Card>
