Trạng Thái VPS Middleware & Webhook Endpoint
Domain: https://botcake-api.qtnts.io.vn (Cloudflare Tunnel -> localhost:3001)
🧪 Gửi Test Payload Webhook Tới VPS
POST /api/botcake-webhook
Host: botcake-api.qtnts.io.vn
Content-Type: application/json
Authorization: Bearer [CATALOG_API_TOKEN_SECRET]
{
"event": "message_received",
"customer_id": "tg_user_9812048",
"text": "bên em còn 16 pro max titan sa mạc ở chi nhánh hcm ko?"
}
📬 Phản Hồi Từ Middleware (Response JSON)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
X-Response-Time: 38ms
{
"status": "success",
"query_detected": {
"intent": "stock_lookup",
"product": "iPhone 16 Pro Max",
"color": "Titan Sa Mạc",
"branch": "HCM"
},
"results_count": 1,
"data": [
{
"cn": "HCM",
"product": "iPhone 16 Pro Max 256GB Titan Sa Mạc",
"price": "32.990.000 ₫",
"serial": "MN98L0219K",
"pin": "100%",
"available": true
}
]
}