LINE 預約設定

LINE 預約設定

  • 請先確認自己有LINE 官方帳號 (LINE Official Account 以下簡稱OA)
  • 限加購 / 購買方案包含LINE預約設定者才能使用此功能
 
💬
Bot 設定
Step.2 點選右上角的設定
Step.3 點選左邊選單的回應設定,確認打開聊天&Webhook
notion image
Step.4 點選左邊選單的 Messaging API
notion image
Step.5 將 Channel 資訊內容複製貼回到愛預約店家後台對應欄位
Step.6 複製愛預約後台的Callback URL 欄位內容貼到 Webhook網址 欄位並儲存
Step.7 回到愛預約後台點選儲存 (先跳過LIFF 設定)
notion image
 
📱
LIFF 設定
Step.1 登入LINE developers 後台 https://developers.line.biz/zh-hant
Step.2 點選帳號icon 選擇 Console
notion image
Step.3 點選 Create a new provider
Provider name: 請輸入您的服務名稱(如果已經有就不用再建立)
notion image
Step.4 接下來要在剛剛建立的 Provider 之下建立一個 Channel,並且選擇類型 Channel 類型為LINE Login
notion image
notion image
Step.5 設定Channel
Region to provide the service: 請選擇 Taiwan
Company or owner's country or region : 請選擇 Taiwan
Channel icon: 請上傳您店家的Logo圖
Channel name : 建議名稱線上預約
Channel description: 建議描述您的店家名稱線上預約服務
App types : 請點選 Web app。
Email address : 請輸入電子郵件信箱。
最後勾選「 I have read and agree to the LINE Developers Agreement」後,按「Create」,即可建立Channel。
Step.6 建立完成後將上方的狀態從 Developing 改為 Publish
notion image
Step.7 選擇 LIFF 並點選 Add
  • 需要建立2個,一個是建立預約 / 一個是查詢其他預約
// 建立預約
LIFF app name : 建議名稱建立預約
Size : 建議選擇 Tall。
Endpoint URL : 請複製愛預約後台進階功能→LINE預約→建立預約的Endpoint Url 貼回此欄位
Scopes : 選擇profileEdit、openid、chat_message.write
Bot link feature : 選擇 On(Normal)。
點選Add:建立成功
// 查詢其他預約
LIFF app name :  建議名稱查詢其他查詢
Size : 建議選擇 Tall。
Endpoint URL : 請複製愛預約後台進階功能→LINE預約→查詢其他預約的Endpoint Url 貼回此欄位
Scopes : 選擇profileEdit、openid、chat_message.write
Bot link feature : 選擇 On(Normal)。
點選Add:建立成功
notion image
 
Step.7 在完成的LIFF列表將兩個 LIFF ID 複製貼回愛預約後台對應功能的 LIFF ID 欄位
並且記得開啟 shareTargetPicker 顧客就能將預約資訊分享給其他LINE 聯絡人
notion image
notion image