MantaGO
  • 文件說明
  • 文件說明
    • 會員API
      • 帳號綁定
      • 解除帳號綁定
      • 會員列表
      • 會員資料
    • 用戶推播
    • 設定webview網址
    • 設定回呼網址
    • API Token與Secret Key換發
  • 常見問題
    • 如何取得Token
    • 錯誤代碼
  • 情境範例
    • 購物車下單後推播訊息
Powered by GitBook
On this page
  1. 文件說明

設定webview網址

根據傳入的參數來設定用戶機器人的webview網址

Request Url :

POST https://mantago.cc/api/openapi/set/webview

Request headers :

Name
Description

Content-Type

application/json

Authorization

Bearer {API Token}

Request body :

Name
Type
Description

url

String

設定網址

platform

String

選用平台 ex: facebook or line

secret

String

API Secret

Response example :

{
    "success": true,
    "message": "Set customer webview successfully",
    "customerWebviewUrl": "https://liff.line.me//h1234"
}
Previous用戶推播Next設定回呼網址

Last updated 9 months ago