๐Ÿ“ฑ Channels

Connect your OpenClaw agent to messaging platforms. Chat from your pocket.

๐Ÿ’ฌ

WhatsApp

Uses WhatsApp Web protocol via Baileys. Requires QR code pairing.

openclaw channels login

Scan the QR code with WhatsApp on your phone.

โœ… DMs โœ… Groups โœ… Media โš ๏ธ Rate Limited
๐ŸŽฎ

Discord

Full Discord bot integration with DMs and server channels.

openclaw configure --section channels

Create a bot at Discord Developer Portal, then follow the Discord setup guide for intents, pairing, guild allowlists, and threads.

โœ… DMs โœ… Servers โœ… Threads โœ… Reactions
๐Ÿ’™

iMessage

iMessage connects through the native imsg bridge (JSON-RPC over stdio) on a signed-in Mac, and is the preferred path for new setups. BlueBubbles support has been removed.

openclaw configure --section channels

Requires macOS with Messages app configured.

โœ… DMs โœ… Groups โš ๏ธ macOS Only
๐ŸŸฃ

Mattermost

Self-hosted team chat integration via plugin.

openclaw configure --section channels

Uses Bot API + WebSocket events.

โœ… DMs โœ… Channels โœ… Threads
๐Ÿ’ผ

Slack

Slack workspace integration via bot tokens.

openclaw configure --section channels

Create an app at Slack API.

โœ… DMs โœ… Channels โœ… Threads
๐ŸŒ

WebChat

Browser-based chat UI at localhost. Great for testing.

http://localhost:18789

Opens automatically when gateway is running.

โœ… Local โœ… Testing โœ… No Setup
๐Ÿ”Œ

More Channels

The current Gateway also supports Matrix, Microsoft Teams, Google Chat, QQ Bot, Feishu/Lark, LINE, IRC, Twitch, Zalo, Nextcloud Talk, Synology Chat, and webhooks where configured.

openclaw channels --help

Use openclaw configure --section channels for guided setup where available.

๐Ÿ’ก Pro Tips

Use Multiple Channels

OpenClaw can run all channels simultaneously. Message from Telegram, respond via Discord โ€” your agent handles it all.

Group Chat Best Practices

In groups, use mention-based activation (@yourbot) to avoid the agent responding to every message.

Session Isolation

Each DM gets its own session by default. Group chats are isolated. Configure multi-agent routing for advanced setups.