# LINE notification messages (template)

Use of optional functions requires an application

Only corporate users who have submitted the required applications can use the functions described in this document. To use these functions with your LINE Official Account, contact your sales representative or contact our Sales partners (opens new window).

# What are LINE notification messages (template)

LINE notification messages (template) are a feature that allows you to create a message by combining prepared templates and items, and send it to users by specifying their phone numbers. Even if a user hasn't added your LINE Official Account as a friend, you can send them messages from your LINE Official Account.

LINE notification messages (template) can only be used on LINE Official Accounts created in Japan, Thailand and Taiwan.

After selecting a template, you can send a LINE notification message (template) by combining items and buttons and creating JSON with any text or URL specified for each, and then using the Send LINE notification message (template) endpoint.

The types of templates, items and buttons available are different for Japan, Thailand and Taiwan, and are automatically determined by the LINE Official Account from which the message is sent. You can't change the header and footer of the message.

Sample of a LINE notification message (template)

For example, the above message can be sent by creating the following JSON:

{
  "to": "{hashed_phone_number}",
  "templateKey": "shipment_completed_ja",
  "body": {
    "emphasizedItem": {
      "itemKey": "date_002_ja",
      "content": "Saturday, August 10, 2024"
    },
    "items": [
      {
        "itemKey": "time_range_001_ja",
        "content": "A.M."
      },
      {
        "itemKey": "number_001_ja",
        "content": "1234567"
      },
      {
        "itemKey": "price_001_ja",
        "content": "120 USD"
      },
      {
        "itemKey": "name_010_ja",
        "content": "Frozen Soup Set"
      }
    ],
    "buttons": [
      {
        "buttonKey": "check_delivery_status_ja",
        "url": "https://example.com/CheckDeliveryStatus/"
      },
      {
        "buttonKey": "Check_Contact",
        "url": "https://example.com/ContactUs/"
      }
    ]
  }
}

You can check the number of LINE notification messages (template) you have sent by logging in to the LINE Developers Console and selecting Phone number Push under the Statistics tab. For more information, see Get the number of sent LINE notification messages.

# Templates

By sending a LINE notification message (template) with the key (Key) of the template specified, the title (Title) and description (Description) of the target template are displayed at the top of the message.

Showing 1-10 of 76 items
KeyNameTitleDescription
発送完了通知(一般)発送完了のお知らせ発送を完了いたしましたので、お知らせいたします。
注文商品完成通知ご注文商品完成のお知らせ商品が完成いたしましたので、お知らせいたします。
欠便通知欠便のお知らせご予約いただいた便の欠便をお知らせいたします。
搭乗時間変更通知搭乗時間変更のお知らせご予約いただいた便の搭乗時間の変更をお知らせいたします。
乗車時間変更通知乗車時間変更のお知らせご予約いただいた便の乗車時間の変更をお知らせいたします。
搭乗場所変更通知搭乗場所変更のお知らせご予約いただいた便の搭乗場所の変更をお知らせいたします。
乗車場所変更通知乗車場所変更のお知らせご予約いただいた便の乗車場所の変更をお知らせいたします。
予約-前日リマインド通知(乗車)ご乗車前日のお知らせ明日のご乗車の便について、お知らせいたします。
予約-リマインド通知(乗車)ご乗車予約のリマインドご乗車が近づいてまいりましたので、ご案内いたします。
予約-前日リマインド通知(搭乗)ご搭乗前日のお知らせ明日のご搭乗の便について、お知らせいたします。

# Items

You can include multiple items in the template by specifying the key (Key) of the item. You can set any string as the value of the specified item.

Showing 1-10 of 209 items
KeyText
問い合わせ(企業名)
問い合わせ(営業日時)
問い合わせ(対応日時)
問い合わせ(電話番号)
問い合わせ(メールアドレス)
受取店舗名
受付店舗名
利用店舗名
講座名
修理品名

# Buttons

You can include multiple buttons in the template by specifying the key (Key) of the button. You can set any URL as the transition destination for the button.

Showing 1-9 of 9 items
KeyText
詳細を確認する
お問い合わせ
詳細を確認する
配達状況を確認する
配達日時を変更する
お問い合わせ
更新方法を確認する
購入履歴を確認する
注文履歴を確認する