node-red-contrib-line-works-send-msg 0.1.7
node-red-contrib-line-works-send-msg
node-red-contrib-line-works-send-msg
A Node-RED node for sending to line message.
Pre-requisites
Install
This node-red-contrib-line-works-send-msg
is implemented according to the line send message
specification.
npm node-red-contrib-line-works-send-msg
Usage
Properties
You can regis for setting properties here
Inputs
message
*required
The line message is passed by msg.payload or msg.message.
msg.payload = "line message.";
Outputs
The processing result is passed by msg.payload. It consists of an object that contains the following properties:
msg.payload :
accountId "content": { "type": "text", "text": message }