User GuidePlatforms
WeCom
Set up WeCom (WeChat Work) integration
Create a WeCom Bot
- Go to WeCom Admin Console
- Create a new application or bot
- Note the Bot ID and Secret
WebSocket Connection
WeCom uses a WebSocket connection for real-time message delivery. OpenBee automatically handles:
- Connection establishment
- Heartbeat keep-alive
- Automatic reconnection on disconnect
No public URL or webhook setup is required.
Configure OpenBee
Add to your config.yaml:
bee:
platforms:
wecom:
enabled: true
bot_id: "your-bot-id"
secret: "your-secret"Deploy
Restart OpenBee after configuration. The WebSocket connection to WeCom will be established automatically.