Last updated 2 years ago
สร้างแท็กสำหรับแบ่งประเภทลูกค้า
เพิ่มแท็ก โดย customerId และ channelId
channelId ของแชนแนลที่ติดต่อกับลูกค้า
1657695300
customerId ของลูกค้า
"U2bb84b8f680ef825d32f726c483f8800"
"สนใจสินค้าเดินป่า"
OK
const response = await fetch('/chats/customers/{channelId}/{customerId}/tags', { method: 'PUT', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "data": { "tags": [ "สนใจสินค้าเดินป่า" ] } }