How LINE message fees are calculated
LINE Official Account Charges
Since LINE upgraded Official Accounts to LINE 2.0 in 2019, each message—whether an image, text, or other format—incurs additional charges. Message usage for Official Accounts follows a pay-as-you-go model, and the pricing plans are mainly divided into three usage tiers: Light, Medium, and High. You can flexibly choose a message plan according to actual needs.
For actual charges, please refer to the following LINE official articles and rely on the latest official documentation:
Monthly fee
Free
NT$800
NT$1200
Number of free broadcast messages
200
3000
6000
Additional message purchase cost
Not available
Not available
NT$0.2 – 0.011
Message API types
Among them, the Message API required for FIRST LINE system integration can be divided into"Reply API (automatic reply message)","Push API (proactive push message)"types. The following are basic details.
When a customer sends a message,the system will obtain a Reply Token used to reply to the message; it can only be used once, and its validity period is very short. LINE states that it may adjust based on system conditions and does not provide an exact number publicly. What is certain is that this number is measured in seconds, so in most cases it is used for a chatbot's immediate responses to customer messages.
Reply
Passive reply messages
refers to the API by which a chatbot automatically repliesimmediatelyto messages sent by LINE users.
Push
Proactive push messages
V
refers to the API by which a chatbot or agent can proactively send messages to users at any time.
FIRST LINE feature mapping
Conversation scripts
Reply & Push
In most situations, Reply is used; if the valid time is exceeded, Push will be used to allow the process to continue.
Agent reply
Reply & Push
Will attempt Reply first; if the valid time is exceeded, Push will be used to reduce sending costs.
Targeted messages
Push
Event response
Push
When the customer is idle, the agent is idle, or similar events occur, the system must proactively send messages, so this is Push.
Ways to reduce costs
Direct customers to other channels with lower messaging costs, such as FIRST LINE real-time chat, Telegram, or Facebook Messenger.
Make good use of FIRST LINE segmented messaging to deliver the right message to the right people, effectively reducing wasted messages—for example, avoiding customers treating uninterested promotions as spam—to save messaging costs.
Use chatbots more often, set up common flows and scenarios, and reply to customers with correct information immediately to reduce the frequency of agent responses.
Last updated