0.0.6 • Published 4 years ago
@znode/nobot-feishu v0.0.6
@zodash/nobot-feishu
飞书群通知机器人
Usage
import sendMessage from '@zodash/nobot-feishu';
sendMessage(webhookUrl, {
  msg_type: 'text',
  content: {
    text: 'text message',
  },
});
// more example see __tests__/sendMessage