# Line

## General information

The integration lets you connect Line Business Channels.

{% hint style="warning" %}

#### **Before the Line integration you should:**

* install mobile app Line on your smartphone and create an account

**Important:** The new version of Line in Appstore on the territory of Russian Federation is not available for download
{% endhint %}

## Connect Line?

### **Step 1.** Open the tab Apps and click on "Add new app"

![](/files/-LlqAvctzb5OCngjsdci)

### **Step 2.** Select the channel Line and click on "Add Line"

![](/files/-Lm4pctr9e_HRuDccpFa)

### **Step 3.** Log in to your account **LINE Business ID**

Direct link to **LINE Business ID**: [**https://account.line.biz/login**](https://account.line.biz/login)

You're prompted to choose from 2 authorization methods ("Log in with Line Account" selected)

![](/files/-Lm4vH-wsrCbkTgkM30n)

Credentials of **LINE Business ID** - login (e-mail) and password, which have been used during account registration in the mobile application.

![](/files/-Lm4w-LizbcT_gZQj6Te)

{% hint style="info" %}
Besides you can use the QR-code login method
{% endhint %}

### **Step 4.** Browse to section Accounts and select the one, based on which you will be adding the channel for the integration

![](/files/-Lm4worX2_6SlMP6O-Hb)

### Step 5. Copy Basic ID

{% hint style="info" %}
The value should be copied without the symbol @
{% endhint %}

![](/files/-Lm4yz8Mt353qgXGsx63)

### Step 6. Go back to Blinger.io and paste Basic ID in the field "Bot id"

![](/files/-Lm4zMY-85J25l_dAvdG)

### Step 7. Open section Messaging API and click on [LINE Developers](https://developers.line.biz/en/)

![](/files/-Lm52WfKJu6mCpM9mqk1)

### Step 8. In LINE Developers portal select Messaging API and then click on "Start"

![](/files/-Lm52ggAkq3oCbYumDBd)

![](/files/-Lm5310JMc3K2XxS-89C)

### Step 9. Select already existing provider entry or create a new one

![](/files/-Lm53K1AjdvcM4jooyvj)

### Step 10. Select one of the existing channels or create a new one

![](/files/-Lm55OnYlT59n23dFP4T)

### Step 11. Copy Channel ID and Channel secret from Channel Settings tab

![](/files/-Lm57jU0pSMTWTcHkp8u)

### Step 12. Go back to Blinger.io and paste Channel ID and Channel secret in the fields "Client id" and "Channel secret" accordingly

![](/files/-Lm56icLkNOeXRkcQ5wx)

### Step 13. Define Webhook URL

To do that you need to click on "Edit" and paste Webhook URL. After than you should confirm the address by clicking "Verify"

{% hint style="warning" %}
In the field Webhook URL you should specify the address, which comprises of two parts:

1. **Address** - [`https://api.blinger.ru/line_webhook?channel_id=`](https://api.blinger.ru/line_webhook?channel_id=)
2. **Value** - `Channel ID`

Note: after symbol "=" you should paste the value **Channel ID** (without spaces and etc.)
{% endhint %}

![](/files/-Lm58JfpyDzYk4D6xvUN)

### Step 14. Generate and copy Channel access token

![](/files/-Lm5701zhC1-H1pGZdZz)

### Step 15. Go back to Blinger.io and paste Channel access token in the field "Channel access token" and click on "Add"

![](/files/-Lm57P9MZveY4Xg0j4qc)

{% hint style="success" %}

### The integration is completed!

{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.blinger.io/documentation/section-apps/adding-accounts/line.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
