--- title: 'LINE' description: 'Send messages, manage rich menus, and interact with LINE users.' --- # LINE Send messages, manage rich menus, and interact with LINE users. | Detail | Value | |---|---| | Category | Social Media | | Base URL | `https://api.line.me/v2` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `line` | ## Using LINE in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **LINE** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /bot/message/push](./post_bot_message_push_social_pushmessage) | Send a push message | | [POST /bot/message/reply](./post_bot_message_reply_social_replymessage) | Reply to a message | | [POST /bot/message/broadcast](./post_bot_message_broadcast_social_broadcast) | Broadcast to all followers | | [GET /bot/profile/{userId}](./get_bot_profile_userid_social_getprofile) | Get user profile | | [GET /bot/richmenu](./get_bot_richmenu_social_listrichmenus) | List rich menus | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.