-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Connected between LINE Webhook node and LINE Reply Message node.
Using msg object.
| Property | Type | Description |
|---|---|---|
| payload | JSON | Using entry Message Events object in LINE Webhook node's result payload |
Using msg object.
| Property | Type | Description |
|---|---|---|
| payload | JSON | A Message Event object |
| replyToken | string | replyToken for using reply message |
See more details at LINE Messaging API (Send reply message) Document.