Capabilities
| Feature | Supported |
|---|---|
| 1:1 messages | Yes |
| Group messages | Yes |
| Quick reply buttons | Yes |
| Flex messages | Yes |
| File/image send | Yes |
| Webhook | Yes |
| Channel access | Yes |
Setup
Create a LINE Developers account
Sign up at developers.line.biz.
Create a Messaging API channel
Create a new provider and channel. Choose Messaging API as the channel type.
Set webhook URL
Under Messaging API > Webhook settings, set:
https://your-domain.com/webhooks/lineEnable Use webhook.Environment Variables
LINE Messaging API channel access token (long-lived).
Channel secret for webhook signature verification.
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