Capabilities
Setup
1
Create a LINE Developers account
Sign up at developers.line.biz.
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
- .env
- settings.yml
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-Signatureheader.
Related
- Chat Providers Overview - Compare all 27 supported channels
- Zalo - Leading messaging platform in Vietnam
- Viber - Messaging app popular in Southeast Asia and Eastern Europe
- profclaw channels - Enable and test the LINE connection from the CLI