@satorijs/adapter-dingtalk
Setup
- Go to DingTalk Open Platform and register an account
- Create an application and obtain the AppKey and AppSecret
- Configure event subscriptions in "Message Push"
- Use the above information as your bot configuration
Configuration
options.appkey
- Type:
string
The bot's AppKey.
options.secret
- Type:
string
The bot's AppSecret.
options.protocol
- Values: http, ws
The protocol type to use.
options.agentId
- Type:
number
The bot's AgentId.