简体中文
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" }