Skip to content

LINE ​

Send messages, manage rich menus, and interact with LINE users.

DetailValue
CategorySocial Media
Base URLhttps://api.line.me/v2
AuthenticationBearer Token
Endpoints5
Connector keyline

Using LINE in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick LINE from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /bot/message/pushSend a push message
POST /bot/message/replyReply to a message
POST /bot/message/broadcastBroadcast to all followers
GET /bot/profile/{userId}Get user profile
GET /bot/richmenuList rich menus

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.