Moltbot DingTalk channel plugin - Stream mode (WebSocket), no public domain required
npm install moltbot-dingtalkDingTalk channel plugin for Moltbot.
Connect your DingTalk enterprise robot to Moltbot using Stream mode (WebSocket) - no public domain required.
``bash`
moltbot plugins install moltbot-dingtalk
After installation, configure your DingTalk bot credentials:
`bash``
moltbot channels add dingtalk
You will need:
- App Key - From your DingTalk enterprise robot
- App Secret - From your DingTalk enterprise robot
- Stream mode connection (WebSocket-based, no public domain needed)
- Support for private chats and group messages
- Automatic message format conversion
- Session webhook support with REST API fallback
For detailed setup instructions, see the DingTalk channel documentation.
MIT