Last updated 2 years ago
ข้อความบันทึกเพิ่มเติมสำหรับลูกค้า
เพิ่มบันทึกโดย customerId และ channelId
channelId ของแชนแนลที่ติดต่อกับลูกค้า
1657695300
customerId ของลูกค้า
"U2bb84b8f680ef825d32f726c483f8800"
"6385f2530201ac1f782883xx"
"Hi 👋🏻"
OK
const response = await fetch('/chats/customers/{channelId}/{customerId}/notes', { method: 'PUT', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "data": { "notes": [ { "id": "6390997eaaf357a51da991xx", "text": "ติดปัญหาเรื่องส่งข้อความ ⚠️", "createdAt": "2025-01-12T08:00:34.063Z", "createdBy": "6385f2530201ac1f782883xx" } ] } }