line_reply_message
Reply to a LINE message from a webhook event using its reply token. Send up to five messages or a single text reply.
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 |