Channels: LINE
LINE is a Tier 2 channel. Wayland connects through the LINE Messaging API. You create a Messaging API channel, copy its access token and secret, and point LINE’s webhook at Wayland.
Before you start (prerequisites and accounts)
Section titled “Before you start (prerequisites and accounts)”- A LINE Developers account and a Messaging API channel.
- The Wayland desktop app running with a model provider connected.
Create the credentials (on the provider side)
Section titled “Create the credentials (on the provider side)”- In the LINE Developers console, create or open a Messaging API channel.
- Issue a Channel access token.
- Copy the Channel secret from the channel’s basic settings.
Connect it in Wayland (Settings -> Channels -> LINE)
Section titled “Connect it in Wayland (Settings -> Channels -> LINE)”- Open Settings -> Channels and choose LINE.
- Paste the Channel access token.
- Paste the Channel secret.
- Save.
- In the LINE console, set the channel’s webhook to the Webhook URL shown on the page and enable webhook delivery.
Verify (status goes from idle to connected, send a test message)
Section titled “Verify (status goes from idle to connected, send a test message)”After saving, the status moves from idle to connected. Add the channel as a friend and send it a message, then confirm a reply.
Route to an assistant or team
Section titled “Route to an assistant or team”Set the assistant and default model on the LINE page. Inbound LINE messages route to that assistant.
Troubleshooting
Section titled “Troubleshooting”If messages do not arrive, confirm the webhook URL is set and enabled in the LINE console and that the secret matches. See Channel Connection Issues.