1.打开钉钉开放平台:https://open.dingtalk.com/
2.登陆(需要管理员身份)
3.开发者后台——创建应用内机器人
4.获得AppKey和AppSecret,用于获取access_token
具体操作官方文档:https://open.dingtalk.com/document/orgapp-server/obtain-the-access_token-of-an-internal-app
5.开通权限
6.开发者文档——搜索“卡片”——互动卡片搭建平台去设置卡片
创建消息模板:https://open.dingtalk.com/document/group/create-message-template
7.发送卡片,根据官方文档传参数
具体操作官方文档:https://open.dingtalk.com/document/group/send-interactive-dynamic-cards-1
8.如果还需要获取点击卡片反馈,还要注册回调地址,并且更新卡片
注册的回调地址必须是外网能访问的,文档:https://open.dingtalk.com/document/group/registration-card-interaction-callback-address-1