文件名称:dingtalk-robot:钉钉机器人消息推送 Nodejs SDK
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-18 07:53:24
JavaScript
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
【文件预览】:
dingtalk-robot-master
----.gitignore(837B)
----package.json(1KB)
----.travis.yml(145B)
----index.js(80B)
----examples()
--------test.js(3KB)
----README.md(5KB)
----lib()
--------sign.js(230B)
--------bot.js(4KB)
----test()
--------units()
--------integrations()
--------mocha.opts(77B)
--------fixtures()
----index.d.ts(4KB)