Last updated 2 years ago
เปลี่ยนชื่อผู้ใช้ หรือชื่อกลุ่มภายใจระบบ
แก้ไขชื่อนามแผงของลูกค้า โดย customerId และ channelId
"U2bb84b8f680ef825d32f726c483f8000"
"1657695000"
"Cookie 🍪"
OK
const response = await fetch('/chats/customers/alias', { method: 'PUT', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "data": { "aliasName": "Cookie 🍪" } }