🚦Status
อัพเดทสถานะของลูกค้า
อัพเดทสถานะของแชทโดย customerId และ channelId
Authorizations
Path parameters
channelIdstringRequiredExample:
channelId ของแชนแนลที่ติดต่อกับลูกค้า
1657695300
customerIdstringRequiredExample:
customerId ของลูกค้า
U2bb84b8f680ef825d32f726c483f8800
Body
chatStatusstringOptionalExample:
FOLLOW_UP
channelIdstringOptionalExample:
1657695300
customerIdstringOptionalExample:
U2bb84b8f680ef825d32f726c483f8800
Responses
200
OK
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
PUT /chats/customers/chatStatus HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"chatStatus": "FOLLOW_UP",
"channelId": "1657695300",
"customerId": "U2bb84b8f680ef825d32f726c483f8800"
}
No content
Last updated