0.1.7 • Published 2 years ago

node-red-contrib-line-works-send-msg v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

    • Name

      Set the node name displayed in the flow.

    • Api id

    • Consumer key
    • ServerID
    • Bot id regis bot here
    • ServerID

    • Account Id here

    • PRIVATEKEY Copy content file key when regis Server List here

  • Inputs

    1) message *required

      The line  message is passed by msg.payload or msg.message.
    
      ```json
      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 }

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.7

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago