@zodash/nobot-dingtalk
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

@zodash/nobot-dingtalk

钉钉通知机器人

Usage

import sendMessage from '@zodash/nobot-dingtalk';

sendMessage(webhookUrl, {
  msgtype: 'text',
  text: {
    content: '我就是我, @XXX 是不一样的烟火',
  },
  at: {
    atMobiles: ['180xxxxxx'],
    atUserIds: ['user123'],
    isAtAll: false,
  },
});

// more example see __tests__/sendMessage

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.162latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.162
0.0.150
0.0.140
0.0.134
0.0.120
0.0.111
0.0.101
0.0.92
0.0.81
0.0.71
0.0.61
0.0.51
0.0.431
0.0.31
0.0.20
0.0.10

Package Sidebar

Install

npm i @zodash/nobot-dingtalk

Weekly Downloads

46

Version

0.0.16

License

MIT

Unpacked Size

8.86 kB

Total Files

8

Last publish

Collaborators

  • uniquecolesmith