Module 2: Multi-Channel Integration

Connect Telegram+Slack and validate routing behavior.

Commands are templates. Replace IDs, secrets and endpoints with your environment values.

Hands-on Steps (Directly Runnable)

Execute each command, capture output, then note issues and fixes.

Step 1: Connect Telegram

Run:
maxclaw channel add telegram --agent support-bot

Copyable commands
maxclaw channel add telegram --agent support-bot

Step 2: Connect Slack

Run:
maxclaw channel add slack --agent support-bot

Copyable commands
maxclaw channel add slack --agent support-bot

Step 3: Run cross-channel tests

Run:
maxclaw convo test --agent support-bot --channel telegram\nmaxclaw convo test --agent support-bot --channel slack

Copyable commands
maxclaw convo test --agent support-bot --channel telegram
maxclaw convo test --agent support-bot --channel slack

Step 4: Review routing logs

Run:
maxclaw logs --agent support-bot | rg "channel="

Copyable commands
maxclaw logs --agent support-bot | rg "channel="

Continue to the next module

Turn the commands on this page into your team runbook.

MaxClaw Module 2: Multi-Channel Integration | BestClaw