LINE Messaging API allows you to build rich messaging experiences with LINE platform.

Changelog

5 versions
v2.0.1 Latest
  • Component icons are now the official LINE SVG mark instead of PNG bitmaps.
  • ListRichMenus: the output-port schema call no longer performs a live, authenticated LINE API request just to build the variable picker.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs per standard #1459 — existing flows that previously set these as JSON strings must migrate to the key-value editor. Body remains textarea/JSON.
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • add MakeApiCall component
v1.0.2
  • Initial version

Authentication

TypeDetails
API Key
Channel Access Token (password)
Log into your LINE Developers Console and find the Channel Access Token for your channel.
Channel Secret (password)
Log into your LINE Developers Console and find the Channel Secret for your channel. A unique secret key you can use to grant an app access to your channel.

Triggers

1
Watch New Messages icon

Watch New Messages

Watches for new messages.

Actions

7
Get Number of Followers icon

Get Number of Followers

Returns the number of users who have added the LINE Official Account on or before a specified date.
Get Number of Message Deliveries icon

Get Number of Message Deliveries

Returns the number of messages sent from LINE Official Account on a specified day.
Leave Group or Room icon

Leave Group or Room

Leaves a group or room.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the LINE API.
Send Broadcast Message icon

Send Broadcast Message

Sends a broadcast message to multiple users at any time.
Send Push Message icon

Send Push Message

Sends a push message to a user, group, or room at any time.
Send Reply Message icon

Send Reply Message

Sends a reply message in response to an event from a user, group, or room.