Skip to main content

DingTalk

DingTalk integration uses Stream Mode, so no public IP is needed.

Setup

1. Create a Bot

  • Go to Open Platform
  • Create an internal app
  • Copy Client ID and Client Secret

2. Configure

{
"channels": {
"dingtalk": {
"enabled": true,
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET",
"allow_from": []
}
}
}
FieldTypeDescription
client_idstringDingTalk app Client ID
client_secretstringDingTalk app Client Secret
allow_fromarrayList of allowed DingTalk user IDs (empty = allow all)

3. Run

picoclaw gateway