@dlghq/dialog-webhook

1.0.0 • Public • Published

dialog webhook

Easy to use CLI tool for dialog webhooks.

How to get integration link.

Installation

npm install -D @dlghq/dialog-webhook

CLI

dialog-webhook --url $HOOK_URL --text 'Hello, world!'

Node API

const webhook = require('@dlghq/dialog-webhook');

webhook({ url: webHookUrl, text: 'Hello, world!' })
  .then(() => console.log('done'))
  .catch((e) => console.error(e));

License

Apache-2.0

Package Sidebar

Install

npm i @dlghq/dialog-webhook

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

14.2 kB

Total Files

5

Last publish

Collaborators

  • timurkhabibullin