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

0.0.5 • 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

Package Sidebar

Install

npm i @znode/nobot-dingtalk

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

6.66 kB

Total Files

8

Last publish

Collaborators

  • uniquecolesmith