📂File
ส่งข้อความประเภทไฟล์ไปหาลูกค้า
ส่งข้อความหาลูกค้าประเภทไฟล์
Body
customerIdstringOptionalExample:
U2bb84b8f680ef825d32f726c483f8000
channelIdstringOptionalExample:
1657695000
isPrivatebooleanOptionalDefault:
false
Responses
200
OK
401
Unauthorized
500
Internal Server Error
post
POST /chats/message/push HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 256
{
"customerId": "U2bb84b8f680ef825d32f726c483f8000",
"channelId": "1657695000",
"isPrivate": false,
"message": {
"type": "FILE",
"fileType": "application/pdf",
"url": "https://gec-cloud-dev.ex10.tech/public/chat-files/testfile-11e42368-77a6-11ed-9367-16b5c8275653.pdf"
}
}
No content
Last updated