Store reservation demo

View as Markdown
About this page

This page contains articles migrated from the LINE API Use Case site (closed on March 31, 2026) to the LINE Developers site. Note that the content of the articles reflects the information available at the time of publication.

You can use LINE MINI Apps to make reservations, such as at hair salons and restaurants.

To prevent users from forgetting their appointment, LINE MINI Apps can send reminders via LINE message when the appointment time is approaching. Also, if the conditions are met, the user ID obtained from the LINE MINI App can be used to send not only reservation notifications, but also push messages for sales promotions, etc.

* You must obtain the user's consent to collect and utilize behavioral data linked to their LINE account.

View the demo

You can view the demo by launching LINE on your smartphone and scanning this QR code.

Data that the demo app retrieves

Before using the demo app, please note that the app will access your LINE account profile information, including your display name and user ID. Your user ID will be stored on the server, but this data will be deleted daily.

How to use

* The screen design may vary depending on your version.

dummydummydummydummy
1.Scan the QR code2.Authorize the required permissions3.Make a reservation by specifying the date and time4.Reminder notification
Point
  1. No need to download the app or register as a member
  2. Help users remember reservations with reminder notifications
  3. Deliver messages based on the operation and store visit history of the user's reservation app

Benefits

End user benefits

1. No need to download the app or register as a member

LINE MINI Apps require no download or installation on your smartphone and no personal information input, so you can make a reservation right away.

2. Prevent users from forgetting with reminder notifications

A service message will be sent to your chat room as a reminder notification before your visit. You can freely select the notification date. Even if you're busy with work or private life, you won't forget your reservation date.

Service provider benefits

1. Help users remember reservations with reminder notifications

To prevent users from forgetting to come to the store, users can be reminded by LINE message on the day of their visit, the day before their visit, or any other day they wish.

2. Deliver messages based on the operation and store visit history of the user's reservation app

You can record the operation and store visit history of the reservation app by linking them to the user ID. You can use these records to send out useful information to users via LINE as a sales promotion measure, such as increasing the rate of repeat visits.

System and sequence diagram of the demo application

This figure shows how the demo app uses the LINE API.

* The figure includes functions that are not implemented in the demo app.

Hair salon

System diagram

Sequence diagram

Restaurant

System diagram

Sequence diagram

Related links