Skip to main content
LINE is the dominant messaging platform across Japan, Taiwan, Thailand, and Indonesia. profClaw integrates via the LINE Messaging API for bot interactions.

Capabilities

Setup

1

Create a LINE Developers account

2

Create a Messaging API channel

Create a new provider and channel. Choose Messaging API as the channel type.
3

Get credentials

Under Messaging API tab:
  • Channel access token (long-lived)
  • Channel secret
4

Set webhook URL

Under Messaging API > Webhook settings, set: https://your-domain.com/webhooks/lineEnable Use webhook.
5

Configure profClaw

Environment Variables

string
required
LINE Messaging API channel access token (long-lived).
string
required
Channel secret for webhook signature verification.
string
Webhook URL. Required to be set in LINE Developer Console.

Configuration Example

Flex Messages

profClaw can send LINE Flex Messages for rich layouts:

Notes

  • Status: Beta
  • LINE requires a public HTTPS webhook URL.
  • LINE’s free tier allows 500 messages/month. Paid plans remove the limit.
  • The webhook URL must be verified in the LINE Developer Console.
  • LINE’s Messaging API uses POST webhooks - profClaw verifies the X-Line-Signature header.