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

# Notification Integrations

> Connect RAD Security with your notification platforms for automated workflow alerts.

Integrate RAD Security with your notification platforms to receive real-time alerts and updates from automated workflows.

## Benefits

<CardGroup cols={2}>
  <Card title="Real-time Alerts" icon="bell">
    Receive instant notifications when workflows complete or security events occur
  </Card>

  <Card title="Team Collaboration" icon="users">
    Keep your entire team informed with notifications in shared channels
  </Card>

  <Card title="Workflow Integration" icon="diagram-project">
    Automatically send notifications based on workflow triggers and outcomes
  </Card>

  <Card title="Centralized Communication" icon="comments">
    Route security alerts to your existing communication platforms
  </Card>
</CardGroup>

## Supported Integrations

<AccordionGroup>
  <Accordion title="Slack" icon="slack">
    **Status:** Available

    [View Setup Guide →](/rad-security/integrations/notifications/slack-setup)

    Integrate with Slack to send workflow notifications directly to your team channels.

    **Key Features:**

    * OAuth-based authentication
    * Channel-specific notifications
    * Workflow completion alerts
    * Customizable message formatting
  </Accordion>

  <Accordion title="Microsoft Teams" icon="microsoft">
    **Status:** Available

    [View Setup Guide →](/rad-security/integrations/notifications/microsoft-teams-setup)

    Integrate with Microsoft Teams to send workflow notifications directly to your Teams channels and users.

    **Key Features:**

    * OAuth-based authentication with service account
    * Channel-specific notifications
    * Direct message notifications
    * Organization-wide admin consent
    * Automatic token refresh
  </Accordion>
</AccordionGroup>

<Note>
  **Important:** Notification integrations are currently designed for workflow alerts and are not integrated with RADBot. RADBot uses separate communication channels.
</Note>

## Getting Started

When setting up a notification integration, you'll typically need:

<Steps>
  <Step title="Authorization">
    Connect your notification platform using OAuth or API credentials
  </Step>

  <Step title="Configure Channels">
    Select which channels or destinations should receive notifications
  </Step>

  <Step title="Set Up Workflows">
    Configure workflows to trigger notifications based on specific events
  </Step>

  <Step title="Test Notifications">
    Send a test notification to verify the integration works properly
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Workflow Automation" icon="diagram-project" href="/rad-security/platform/workspace">
    Configure custom workflows to trigger notifications
  </Card>

  <Card title="Data Sources" icon="database" href="/rad-security/integrations/data-sources">
    Connect other integrations to enhance your security workflows
  </Card>
</CardGroup>
