Skip to content

LINE ReplyToken Provider Node

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

replytoken-node

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 Reply Token to next node, such as send Reply Token to LINE Reply Message node for reply message.

LINE replyToken Provider Node is helper functional node (use for easy to reply).

Remark : If there are Message Events object more than one, LINE ReplyToken Provider Node do loop for extract Reply Token from each Message Event.

Usage

  1. Basic use, connected between LINE Webhook node and LINE Reply Message node.

API Input

Using msg object.

Property Type Description
payload JSON Using output Message Events object from LINE Webhook Node

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