Skip to content

LINE ReplyToken Provider Node

Jatuphum Tungsilsukchai edited this page Mar 27, 2022 · 8 revisions

NODE-RED node for using connect next to LINE Webhook node. In order to take entry Message Events object, and then extract and pass the replyToken to next node, such as reply message at LINE Reply Message node.

LINE replyToken Provider Node is optional function node (for easy to reply).

Note: If there are Message Events object more than one, it is loop for each Message Event.

Usage

  1. Connected between LINE Webhook node and LINE Reply Message node.

API Input

Using msg object.

Property Type Description
payload JSON Using entry Message Events object in LINE Webhook node's result payload

API Output

Using msg object.

Property Type Description
payload JSON A Message Event object
replyToken string replyToken for using reply message

More details

See more details at LINE Messaging API (Send reply message) Document.

Clone this wiki locally