line_reply_message
Send a reply to LINE messages by using the reply token from a webhook event.
Instructions
Reply to a LINE message using a reply token from a webhook event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_access_token | Yes | ||
| reply_token | Yes | ||
| messages | No | Array of LINE message objects (max 5), or use message for a single text reply | |
| message | No | Convenience: single text message to reply with |