LINE Node: Proactively Reaching Users
The LINE node empowers the bot to initiate conversations, allowing you to automatically send various types of messages via triggers.
Resource and Authentication Differences
Before using, please note that LINE’s Notification (LINE Notify) and Message (Bot Message) use two completely different authentication mechanisms, so they are split into different resource options and will not be in the same setting interface.
Supported Actions
1. Notification (LINE Notify)
- Send: Send LINE Notify messages.
- Usage: Suitable for one-way and free text notifications like system notifications and alerts.
2. Message (Push API)
This function calls LINE’s Push API to proactively push messages to specific users.
| Operation | Description |
|---|---|
| Send Text | Push text message. |
| Send Image | Push image message. |
| Send Audio | Push audio message. |
| Send Video | Push video message. |
Cost Reminder
Message Push function is paid. It calls LINE’s official Push API, which will consume your LINE official account’s monthly free message quota. If the quota is exceeded, LINE will charge you extra fees. Please be sure to check LINE’s official pricing plan to avoid unexpected expenses.