3.1.3 • Published 3 years ago

node-red-contrib-line-notify v3.1.3

Weekly downloads
150
License
Apache-2.0
Repository
github
Last release
3 years ago

node-red-contrib-line-notify

An easy-to-use NodeRED node for sending Line Notify.

Note

The handling method of the message using the msg variable differs depending on the version.

3.0.0 or higher

Handle messages with msg.payload.

2.1.0 or lower

Handle messages with msg.message.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-line-notify

Usages

  1. Obtain an access token with LINE Notify and set it in the linetoken node.
  2. Enter necessary items on the setting screen and execute.
  3. LINE receives notification.

For further details of see LINE Notify API Document.

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago