串接SaleSmartly客服對話視窗

95折申請連結

網站右下角對話框

1

建立聊天插件後,複製程式碼

2

安裝好能自訂 Javascript 的外掛後,把程式碼放進去

安裝外掛方法

*此處以 Simple Custom CSS and JS 為例

串接官方Line

1# 添加Line到集成,並輸入Channel資訊

Channel資訊位置

如果以前沒設定過,會出現"創建Messaging API"按紐,按它並照流程設定

2# 設定Line回應設定

3# 前往 LINE Developers 開啟 Use Webhook

前往 LINE Developers 頁面

4# 在網站上顯示

如果不需知道訪客瀏覽連結,不用進行後面步驟

5# 建立LINE Login

前往 LINE Developers 頁面

  • 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:填你的mail

  • Privacy policy URL (非必填):填網站的"隱私權政策"頁面連結

  • Terms of use URL (非必填):填網站的"服務條款"頁面連結

Callback URL:https://api.salesmartly.com/client/line/callback

6# 創建LIFF app

  • LIFF app name:頻道名稱

  • Size:Full

  • Endpoint URL:https://api.salesmartly.com/client/line/auth-redirect

  • Scopes:全打勾

  • Add friend option:On

  • Scan QR:打開

7# 把資料填到salesmartly

Last updated