Send LINE messages
This guide walks you through how LINE messaging works in Pushwoosh, the conditions under which messages can be delivered, and how to send LINE messages via Customer Journey or free-form chat.
LINE message delivery conditions
Section titled âLINE message delivery conditionsâLINE messages can only be delivered under the following conditions:
- The user has added your LINE Official Account as a friend.
- Your LINE Official Account is part of a group or multi-person chat.
- The user has messaged your LINE Official Account in a 1:1 chat within the last 7 days, even if they have not added you as a friend.
When a message is sent, a 200 OK
status code may be returned even if the message is not delivered. Delivery will fail under the following circumstances:
- The user has deleted their LINE account.
- The user has blocked your LINE Official Account.
- The user has not added your LINE Official Account as a friend.
Refer to the official LINE Messaging API documentation for more details.
Send LINE Messages via Customer Journey
Section titled âSend LINE Messages via Customer JourneyâPushwoosh allows you to integrate LINE messaging into Customer Journeys. Follow these steps to configure it:
Add an Entry element
Section titled âAdd an Entry elementâBegin by adding an Entry element to define who enters the journey.
Learn how to configure the Entry elements
Add and configure the LINE message element
Section titled âAdd and configure the LINE message elementâFirst, provide an internal name for the step (e.g., âLINE Welcome Messageâ).
Next, choose one of the following:
Preset: Select from existing LINE message presets under Content > LINE Presets. Learn more about creating LINE presets
Custom content: Enter plain text directly into the content field.
Split flow depending on whether this message is delivered or not (optional)
Section titled âSplit flow depending on whether this message is delivered or not (optional)âToggle Split flow depending on whether this message is delivered or not to adjust the journey path based on delivery status:
- Enabled: The journey will split into two paths, one if the message is delivered successfully, and another if it fails.
- Disabled: The journey will follow the same path no matter whether the message is delivered or not.
Click Save to apply the changes and return to the journey canvas.
Finalize and save the journey
Section titled âFinalize and save the journeyâComplete the journey setup and add the exit element. When youâre ready, click Launch journey to activate it.
Send free-form messages and view your LINE conversations
Section titled âSend free-form messages and view your LINE conversationsâUse the LINE Messages interface to view and manage direct conversations with users on the LINE platform. This inbox automatically displays users youâve interacted with. You can view message history and reply in a 1:1 chat format.
Messages sent through this interface are delivered as standard LINE chat messages and follow LINEâs delivery rules (e.g., the user must have contacted your LINE Official Account within the last 7 days if they havenât added it as a friend).
Search for users
Section titled âSearch for usersâUse the Search field at the top left to look up users by identifier. This helps you quickly find the conversation you want to continue.
View message history
Section titled âView message historyâOnce you select a user from the list, their message history will appear in the center panel. This allows you to review past interactions before replying.
Send a message
Section titled âSend a messageâTo send a message:
- Type your message in the Message field at the bottom of the screen.
- Click Send to send the message.
Send LINE messages via API
Section titled âSend LINE messages via APIâUse the Pushwoosh API to send LINE messages. This method supports both template-based and plain-text (free-form) messages.