node-red-contrib-line-notify 3.1.3
line notify node
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
- Obtain an access token with LINE Notify and set it in the linetoken node.
- Enter necessary items on the setting screen and execute.
- LINE receives notification.
For further details of see LINE Notify API Document.