Skip to content

LINE configuration

To enable message delivery through the LINE messaging app, you must first configure the LINE platform within your project settings.

Before you begin, make sure you have:

  1. In the Pushwoosh Control Panel, navigate to Settings > Configure Platforms

  2. Find LINE in the list of platforms and click Configure.

    Configure LINE

  3. In the configuration window, enter the following:

  • Channel ID: Your LINE Messaging API Channel ID

  • Channel secret : Your LINE Messaging API Channel Secret

    Fill in Channel ID and secret

After entering the required credentials and setting the webhook, click Save to complete the configuration.

Where to find the Channel ID and Channel secret

Section titled “Where to find the Channel ID and Channel secret”

To find your Channel ID:

  1. Go to the LINE Developers Console
  2. Select your provider
  3. Choose the appropriate channel
  4. Go to the Basic settings tab, locate and copy the Channel ID.

Learn how to find your Channel ID in the LINE Developers Console

Find your Channel ID

To find your Channel Secret:

  1. Go to the LINE Developers Console
  2. Select your provider
  3. Choose the relevant channel
  4. Navigate to the Basic settings tab
  5. Scroll down to the Channel secret field and click Copy.

Learn more

Find your Channel Secret

Important: The Channel secret is required to authenticate your application with the LINE Messaging API. Keep this value secure and do not share it publicly.

To allow LINE to send incoming messages and events to Pushwoosh, you need to configure a webhook URL in the LINE Developers Console.

Follow these steps to set it up:

  1. Go to the Messaging API tab in the LINE Developers Console.
  2. In the Webhook URL field, enter:
https://tw-callback.svc-nue.pushwoosh.com/api/v1/lineCallback/XXXXX-XXXXX

Replace XXXXX-XXXXX with your actual Pushwoosh application code.

  1. Click Verify. If the URL is valid and responsive, you will see a Success message.

  2. Enable the Use webhook option to activate webhook delivery.

    Set the Webhook URL in LINE

Refer to the official LINE documentation for details on setting the webhook URL