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