> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysiren.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LINE

***Prerequisites:***

* A LINE Developer account
* A LINE channel (Messaging API) in the LINE Developers Console
* Channel access token with appropriate permissions

<img src="https://mintcdn.com/siren/q3XgL8jc8gQ9gho_/docs/Images/Providers/Integrations/Chat/line.png?fit=max&auto=format&n=q3XgL8jc8gQ9gho_&q=85&s=c678c384f3671db3a0d78152e48c5fa2" alt="LINE integration screenshot" width="1850" height="952" data-path="docs/Images/Providers/Integrations/Chat/line.png" />

## Integration Setup

To integrate LINE with Siren, follow these steps:

<Steps>
  <Step title="Navigate to Providers">
    Go to the **Providers** section in your Siren dashboard.
  </Step>

  <Step title="Select Chat Platforms">
    Choose the **Chat Platforms** channel from the available options.
  </Step>

  <Step title="Choose LINE">
    Locate **LINE** in the list of providers and click on **Add Account**.
  </Step>

  <Step title="Enter Account Details">
    In the pop-up window, enter the following details:

    * **Custom Name**: A name to identify this integration in Siren
    * **Channel Access Token**: Your LINE Messaging API channel access token
    * **Channel Secret**: Your LINE channel secret
    * **Default User ID**: (Optional) Default recipient's LINE user ID
  </Step>

  <Step title="Save Configuration">
    Click **Save** to complete the LINE integration setup in Siren.
  </Step>
</Steps>
