User GuidePlatforms
DingTalk
Set up DingTalk integration
Create a DingTalk Robot
- Go to DingTalk Open Platform
- Create a new application
- Add a robot capability to your application
- Note the Client ID and Client Secret
Configure Streaming
DingTalk uses a streaming SDK connection — no public webhook URL is needed. The SDK maintains a persistent connection to DingTalk's servers.
Configure OpenBee
Add to your config.yaml:
bee:
platforms:
dingtalk:
enabled: true
client_id: "your-client-id"
client_secret: "your-client-secret"Deploy
Once configured, restart OpenBee. The DingTalk streaming connection will be established automatically. Users can find and message your bot in DingTalk.