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

# Slack Webhooks Integration

> Send lightweight alerts and heartbeat summaries directly to Slack channels.

For status metrics, alerts, and heartbeat logs that do not require two-way interactive chat sessions, Hiroshi provides a lightweight outbound REST driver to Slack Webhooks.

## ⚙️ Configuration Setup

Configure Slack Webhooks in your `~/.hiroshi/config.toml`:

```toml theme={null}
[slack_webhook]
enabled = true
webhook_url = "https://hooks.slack.com/services/YOUR_WORK_SPACE/YOUR_BOT_ID/YOUR_SECRET_TOKEN"
allowed_channels = ["#alerts"]
```

## 💓 Outbound Telemetry Dispatch

This driver is optimized for high-speed, non-blocking telemetry alerts. The SOP Engine uses Slack Webhooks to forward workspace compilation summaries or health diagnostic status files.
