hoziron channel
Manage channel integrations — Slack, Discord, Telegram, Microsoft Teams, and more.
Synopsis
hoziron channel <subcommand> [options]
Subcommands
| Subcommand | Description |
|---|---|
list | List configured channels and their status |
setup [name] | Interactive setup wizard |
test <name> | Send a test message |
enable <name> | Enable a channel |
disable <name> | Disable without removing config |
hoziron channel list
$ hoziron channel list
NAME STATUS CONNECTED AGENTS
slack enabled ✓ claims-agent, support-bot
telegram enabled ✓ notification-agent
discord disabled — —
teams enabled ✗ error —
hoziron channel setup
Interactive wizard for configuring a channel. Shows a picker if name is omitted.
hoziron channel setup [name]
Examples
# Interactive picker
$ hoziron channel setup
? Select a channel to configure:
→ Slack
→ Telegram
→ Discord
→ Microsoft Teams
→ Webhook (generic)
# Direct setup
$ hoziron channel setup slack
Slack Channel Setup
───────────────────
? Bot token (xoxb-...): ********
? App-level token (xapp-...): ********
? Default channel (#general): #hoziron-agents
Testing connection... ✓ connected to workspace "Acme Corp"
✓ Slack channel configured
# Telegram
$ hoziron channel setup telegram
Telegram Channel Setup
──────────────────────
? Bot token (from @BotFather): ********
Testing connection... ✓ connected as @AcmeHozironBot
✓ Telegram channel configured
hoziron channel test
Send a test message through the channel.
$ hoziron channel test slack
Sending test message to #hoziron-agents... ✓ delivered
$ hoziron channel test telegram
Sending test message... ✓ delivered
hoziron channel enable / disable
$ hoziron channel enable discord
✓ Channel 'discord' enabled
$ hoziron channel disable teams
✓ Channel 'teams' disabled (config preserved)
Supported Channels
| Channel | Token Type | Setup Docs |
|---|---|---|
| Slack | Bot token + App token | slack.com/api |
| Telegram | Bot token from BotFather | core.telegram.org |
| Discord | Bot token | discord.com/developers |
| Microsoft Teams | App registration | Azure AD app registration |
| Webhook | URL + optional secret | Any HTTP endpoint |