OCNORA

LINE

Chat & messagingBearer tokencredential probe

Push, reply, multicast and broadcast messages from a LINE Official Account, and read profiles and the monthly message quota.

OCNORA ships 8 typed LINE operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.line.me through the HTTP node with the same credential.

Operations 8

  • Broadcast Message
    Send a message to every user who has added this channel as a friend.
    line.broadcast
  • Get Bot Info
    Read this channel's own bot profile and chat settings.
    line.get_bot_info
  • Get Message Quota
    Read the channel's message limit for the current month.
    line.get_message_quota
  • Get User Profile
    Read the display name, picture and status message of one user.
    line.get_profile
  • Get Quota Consumption
    Read how many messages the channel has sent this month.
    line.get_quota_consumption
  • Multicast Message
    Send the same message to up to 500 users, each in their own chat.
    line.multicast
  • Push Message
    Send a message to one LINE user, group or room at any time.
    line.push_message
  • Reply to Message
    Answer a webhook event using the reply token it carried.
    line.reply_message

Run your first LINE workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.