LINE Make integrationAutomate LINE with Make.
Your LINE bot can answer, notify and report without you touching it. The LINE Make integration gives you 17 modules, including one instant trigger. This guide is for teams running a LINE Official Account, and it walks you from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the LINE Make integration do for you?
The LINE Make integration links your LINE Official Account to Make, a visual tool where you chain apps together without code. The chain you build is called a scenario. LINE brings one trigger that reacts to bot events, plus actions to message people, manage rich menus and read your account figures.
A bot that replies on its own. Watch Events starts the scenario when a user writes to your bot, and Send a Reply Message answers inside that same conversation. A shop can confirm it received a question before a human steps in.
Files that land where your team works. When a customer sends a photo or a document, Download a Message Attachment pulls the file into the scenario so the next module can store it in your drive or database. The Airtable Make integration is a common destination.
Account figures without opening the console. Get a Number of Followers and Get a Number of Message Deliveries return your counts for a given date, ready to drop into a report or a sheet.
What the modules do not cover: the rich menu readers (Get a Rich Menu, List Rich Menus, Download a Rich Menu Image) only see menus created through the API, and List Group/Room Members works only for verified or premium accounts. For anything else, Make an API Call reaches the rest of the LINE API with the same connection.
LINE also has an n8n node, described on the LINE n8n integration page. If you are weighing the two tools, the n8n vs Make comparison lays out the criteria.
How do you connect LINE to Make?
- 01
Add a LINE module
In your scenario, click the + and search for LINE. Pick any module, for example Watch Events. Then click Create a connection. A connection is your LINE account linked to Make once, and every LINE module reuses it afterward.
- 02
Name it, then authorize
Give the connection a clear name if you like, such as the name of your Official Account. Then authorize Make on the LINE page that opens, or paste the key LINE gives you, depending on what the connection window asks for.
- 03
Save and check
Click Save. The connection now appears in the module's dropdown. If you run several Official Accounts, create one connection per account and give each a name you will recognize later.
Your first scenario: an automatic reply on LINE
GoalWhen a user sends a message to your LINE bot, Make answers them in the same chat.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + in the middle of the editor. That empty circle becomes your first module, the one that starts everything.
- 02
Set up Watch Events
Search for LINE, choose Watch Events and select the connection you just created. This trigger is instant: LINE calls Make through a webhook the moment an event happens on your bot.
- 03
Add the reply
Click the + on the right of Watch Events and add Send a Reply Message. Map the data from the trigger into its fields so the answer goes back to the event that just arrived, then write your text.
- 04
Test with Run once
Click Run once, then send a message to your bot from your phone. Make shows the bundle each module received, a bundle being one item passed from one module to the next.
- 05
Switch it on
When the test reply reaches your phone, turn the scenario on. From now on each message wakes it up, and each module run counts as one operation on your Make plan.
What starts a LINE scenario
1 module starts a scenario when something happens in LINE. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by LINE as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when an event occurs on LINE bot messenger.”
Watch Events wakes your scenario whenever something happens on your LINE bot, such as a user sending it a message. Each event arrives as a bundle that the following modules can read and act on.
Everything the LINE modules can do
LINE gives you 16 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create a Rich Menu
- Delete a Rich Menu
- Download a Message Attachment
- Download a Rich Menu Image
- Get a Group/Room Member Profile
- Get a Number of Followers
- Get a Number of Message Deliveries
- Get a Rich Menu
- Leave a Group/Room
- Make an API Call
- Send a Broadcast Message
- Send a Notification
- Send a Push Message
- Send a Reply Message
- List Group/Room Members
- List Rich Menus
Create a Rich Menu
ActionIn Make“Creates a new rich menu.”
This module builds a new rich menu, the tappable panel users see at the bottom of a chat with your Official Account. Doing it from Make lets you roll out a menu from a scenario instead of the console.
Delete a Rich Menu
ActionIn Make“Deletes a rich menu.”
Removes a rich menu from your LINE account for good. It keeps your menu list clean once a campaign is over and its panel no longer makes sense to users.
Download a Message Attachment
ActionIn Make“Downloads the content of images, videos, audio, and files sent by users.”
Fetches the actual content a user sent your bot: an image, a video, an audio clip or a file. The result is a file your next module can store, forward or analyze.
Download a Rich Menu Image
ActionIn Make“Downloads an image associated with a rich menu only created by API.”
Retrieves the picture attached to a rich menu, so you can archive it, reuse it for another account or show it to a colleague for review without opening LINE.
Get a Group/Room Member Profile
ActionIn Make“Gets the user profile of a member of a group or room that the LINE Official Account is in.”
Returns the LINE profile of one member of a group or room your Official Account belongs to. That turns an anonymous user ID into a name you can greet or log.
Get a Number of Followers
ActionIn Make“Returns the number of users who have added the LINE Official Account on or before a specified date.”
Gives you how many users had added your LINE Official Account on or before a date you choose. It is a single figure, perfect for tracking audience growth in a spreadsheet.
Get a Number of Message Deliveries
ActionIn Make“Returns the number of messages sent from LINE Official Account on a specified day.”
Returns how many messages your Official Account sent on a specific day. It helps you see the real volume behind a broadcast or a busy support period.
Get a Rich Menu
ActionIn Make“Gets the data of a specified rich menu only created by API.”
Reads the settings of one rich menu you name. Use it to check what a menu contains before you change, copy or remove it in a later module.
Leave a Group/Room
ActionIn Make“Leaves a group or room.”
Makes your bot exit a group or room. Handy when a bot was invited somewhere it does not belong, or when a temporary project chat has closed.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends any request you write to the LINE API, reusing the connection you already set up. It is your fallback when none of the ready made modules matches what you need.
Send a Broadcast Message
ActionIn Make“Sends a broad message to multiple users at any time.”
Sends one message to many of your followers at once, whenever the scenario reaches this step. It is the automated version of a newsletter push inside LINE.
Send a Notification
ActionIn Make“Sends notifications to users or groups from LINE Notify.”
Posts a notification to users or groups through LINE Notify, the LINE service built for alerts, rather than through your bot conversation.
Send a Push Message
ActionIn Make“Sends a push message to a user, group, or room at any time.”
Delivers a message to one user, group or room at any moment, without waiting for them to write first. The scenario decides when to speak.
Send a Reply Message
ActionIn Make“Sends a reply message in response to an event from a user, group, or room.”
Answers an event from a user, group or room directly in that conversation. It closes the loop opened by Watch Events and keeps the exchange feeling natural.
List Group/Room Members
SearchIn Make“Retrieve a list of the user IDs of a group or room that the bot is in. (This feature is available only to verified or premium accounts.)”
Returns the user IDs of everyone in a group or room your bot is part of. As a search module, it can output zero, one or many bundles, one per member.
List Rich Menus
SearchIn Make“Retrieves a list of all rich menus only created by API.”
Pulls every rich menu your account created through the API, one bundle per menu. It gives you the overview you need before cleaning up or reusing menus.
Need help automating LINE with Make?
A person reads every message.