@zerojsus/dingdingrobot
v1.2.0
Published
nodejs调用钉钉机器人插件
Downloads
3
Maintainers
Readme
dingdingrobot project
nodejs 链接钉钉机器人发送文本的插件 支持typescript
目前仅支持群聊的消息发送
import DMessage, {
MsgType
} from 'dingdingrobot';
// 配置群聊的钉钉机器人消息
const dMessage = new DMessage({
secret: '', // 钉钉机器人密钥
accessToken: '', // 钉钉机器人accessToken
});
dMessage.send({
[MsgType.XXX]: 'xxx',
msgtype: MsgType.XXX
});
支持的群聊消息类型
基础消息
- [x] text
- [x] link
- [x] markdown
- [x] actionCard
- [x] feedCard