Skip to content
Satori
搜索
⌘
Ctrl
K
Main Navigation
协议
SDK
简体中文
English
简体中文
English
外观
菜单
返回顶部
目录
Are you an LLM? You can read better optimized documentation at /adapters/dingtalk.md for this page in Markdown format
@satorijs/adapter-dingtalk
接入方法
前往
钉钉开放平台
注册账号
创建一个应用并获取 AppKey 和 AppSecret
在「消息推送」中配置事件订阅
将上述信息作为机器人配置项即可使用
配置项
options.appkey
类型:
string
机器人的 AppKey。
options.secret
类型:
string
机器人的 AppSecret。
options.protocol
可选值: http, ws
要使用的协议类型。
options.agentId
类型:
number
机器人的 AgentId。