LINE
LINE messaging business platform tools
Overview
LINE tools allow you to interact with the LINE messaging platform. It provides functionalities for sending messages, retrieving user profiles, broadcasting messages, and more.
Key Features
LINE_SEND_MESSAGE
- Send messages to users
LINE_GET_PROFILE
- Retrieve user profile information
LINE_BROADCAST_MESSAGE
- Broadcast messages to all users
LINE_GET_FRIENDS_COUNT
- Get the number of friends for a specific date
LINE_GET_DEMOGRAPHIC
- Get demographic information of users
Authentication
To use the LINE tools, you need a LINE Messaging API channel access token. You can create a channel and obtain the token from the LINE Developers Console. Follow the instructions in the developer documentation to set up your channel and get the token.
Note: Treat API keys as sensitive information and never commit them to public repositories.