Skip to main content
LINE is two-way. When a customer sends a message to your connected Official Account—or follows it, or taps a button—Stardeck forwards that event to your app, and your app can react however you describe. For this to work, your account’s webhook URL must be set in the LINE console—see Connect LINE.

What your app can react to

Events forwarded to your app include:
  • Messages — a customer sends text to your account
  • Follows / unfollows — a customer adds or removes your account
  • Button taps — a customer taps an action button you sent earlier
  • Group events — your account is added to or removed from a group

Choosing which app receives events

When several apps are granted the same LINE account, you choose which of them receives that account’s incoming events. Manage this per app in the app’s integration settings—so a message comes into exactly the app that should handle it, not all of them.

Build it

Open the app’s project chat and describe what should happen when a message arrives:
When someone messages our LINE account, look up their recent order and reply with its status
When a new customer follows our LINE account, save them to our contacts and send a welcome message
The agent wires up receiving the events and sending the replies. You describe the behavior; you don’t manage any of the plumbing.
Want the replies handled by an AI agent rather than logic you describe? A LINE account can be bound to an AI Assistant that converses with customers automatically and lets your team approve drafts. (Documented separately—ask support if you’d like early access.)

Next steps

Connect LINE

Link your account and set its webhook

LINE overview

What you can build with LINE