2026-01-13 06:16:43 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "Messaging platforms OpenClaw can connect to"
2026-01-13 06:16:43 +00:00
read_when:
2026-01-30 03:15:10 +01:00
- You want to choose a chat channel for OpenClaw
2026-01-13 06:16:43 +00:00
- You need a quick overview of supported messaging platforms
2026-01-31 16:04:03 -05:00
title: "Chat Channels"
2026-01-13 06:16:43 +00:00
---
2026-01-31 21:13:13 +09:00
2026-01-13 06:16:43 +00:00
# Chat Channels
2026-01-30 03:15:10 +01:00
OpenClaw can talk to you on any chat app you already use. Each channel connects via the Gateway.
2026-01-13 06:16:43 +00:00
Text is supported everywhere; media and reactions vary by channel.
## Supported channels
- [WhatsApp ](/channels/whatsapp ) — Most popular; uses Baileys and requires QR pairing.
- [Telegram ](/channels/telegram ) — Bot API via grammY; supports groups.
- [Discord ](/channels/discord ) — Discord Bot API + Gateway; supports servers, channels, and DMs.
2026-02-10 15:33:57 -08:00
- [IRC ](/channels/irc ) — Classic IRC servers; channels + DMs with pairing/allowlist controls.
2026-01-13 06:16:43 +00:00
- [Slack ](/channels/slack ) — Bolt SDK; workspace apps.
2026-02-03 14:27:13 -08:00
- [Feishu ](/channels/feishu ) — Feishu/Lark bot via WebSocket (plugin, installed separately).
2026-01-23 16:45:37 -06:00
- [Google Chat ](/channels/googlechat ) — Google Chat API app via HTTP webhook.
2026-01-23 00:19:23 +00:00
- [Mattermost ](/channels/mattermost ) — Bot API + WebSocket; channels, groups, DMs (plugin, installed separately).
2026-01-13 06:16:43 +00:00
- [Signal ](/channels/signal ) — signal-cli; privacy-focused.
2026-01-20 00:34:59 -08:00
- [BlueBubbles ](/channels/bluebubbles ) — **Recommended for iMessage** ; uses the BlueBubbles macOS server REST API with full feature support (edit, unsend, effects, reactions, group management — edit currently broken on macOS 26 Tahoe).
2026-02-03 18:06:54 -08:00
- [iMessage (legacy) ](/channels/imessage ) — Legacy macOS integration via imsg CLI (deprecated, use BlueBubbles for new setups).
2026-01-16 02:58:08 +00:00
- [Microsoft Teams ](/channels/msteams ) — Bot Framework; enterprise support (plugin, installed separately).
2026-02-23 01:15:33 +01:00
- [Synology Chat ](/channels/synology-chat ) — Synology NAS Chat via outgoing+incoming webhooks (plugin, installed separately).
2026-01-26 08:50:01 -06:00
- [LINE ](/channels/line ) — LINE Messaging API bot (plugin, installed separately).
2026-01-20 11:11:42 +00:00
- [Nextcloud Talk ](/channels/nextcloud-talk ) — Self-hosted chat via Nextcloud Talk (plugin, installed separately).
2026-01-15 08:29:17 +00:00
- [Matrix ](/channels/matrix ) — Matrix protocol (plugin, installed separately).
2026-01-20 20:14:44 +00:00
- [Nostr ](/channels/nostr ) — Decentralized DMs via NIP-04 (plugin, installed separately).
2026-01-24 00:17:58 +00:00
- [Tlon ](/channels/tlon ) — Urbit-based messenger (plugin, installed separately).
2026-01-27 03:48:10 +08:00
- [Twitch ](/channels/twitch ) — Twitch chat via IRC connection (plugin, installed separately).
2026-01-15 05:36:23 +00:00
- [Zalo ](/channels/zalo ) — Zalo Bot API; Vietnam's popular messenger (plugin, installed separately).
2026-01-16 13:28:18 -08:00
- [Zalo Personal ](/channels/zalouser ) — Zalo personal account via QR login (plugin, installed separately).
2026-01-13 06:16:43 +00:00
- [WebChat ](/web/webchat ) — Gateway WebChat UI over WebSocket.
## Notes
2026-01-30 03:15:10 +01:00
- Channels can run simultaneously; configure multiple and OpenClaw will route per chat.
2026-01-25 04:04:14 +00:00
- Fastest setup is usually **Telegram** (simple bot token). WhatsApp requires QR pairing and
stores more state on disk.
2026-02-07 15:40:35 -05:00
- Group behavior varies by channel; see [Groups ](/channels/groups ).
2026-01-13 06:16:43 +00:00
- DM pairing and allowlists are enforced for safety; see [Security ](/gateway/security ).
- Telegram internals: [grammY notes ](/channels/grammy ).
- Troubleshooting: [Channel troubleshooting ](/channels/troubleshooting ).
- Model providers are documented separately; see [Model Providers ](/providers/models ).