Skip to main content
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:
[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.