登录 注册
当前位置:主页 > 资源下载 > 11 > Nodejs SDK for DingTalk robot message pushing

Nodejs SDK for DingTalk robot message pushing

  • 更新:2024-12-12 11:53:20
  • 大小:13KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Dingtalk Robot 钉钉机器人Node.js SDK,基于官方提供的文档稍微抽象封装了一层,方便调用。 官网链接: 1. 用法 1.0 安装模块 npm i dingtalk-robot-sender --save 1.1 创建机器人实例 const ChatBot = require('dingtalk-robot-sender'); // 直接使用 webhook const robot = new ChatBot({ webhook: 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxx' }); // 组合 baseUrl 和 accessToken 如果采用加签方式的安全设置,同时填写secret const robot = new ChatBot({ baseUrl: 'https://oap