繁體中文
cURL
curl --request POST \ --url https://app.pathors.com/api/project/{projectId}/integration/line/callback
{ "message": "<string>" }
LINE 整合端點允許您接收和處理來自 LINE Messaging API 的訊息。
{ "events": [ { "type": "message", "message": { "type": "text", "text": "你好" }, "timestamp": 1462629479859, "source": { "type": "user", "userId": "U4af4980629..." }, "replyToken": "nHuyWiB7yP5Zw52FIkcQobQuGDXCTA", "mode": "active" } ] }
{ "message": "OK" }