{
"live_chat": {
"is_active": true,
"is_show_avatar": false,
"name_agent_active": true,
"name": "Telecom12376",
"require_location": true,
"is_popup": true,
"popup": {
"time": 30,
"unit": "second"
},
"color": "#3863EF",
"icon": true,
"icon_content": "Nhắn tin cho chúng tôi",
"size": "large",
"start_btn": "Bắt đầu",
"is_auto_greeting": true,
"auto_greeting": {
"text": "FPT Telecom xin chào Nếu anh/chị cần tư vấn hãy gửi tin nhắn cho em nhé.",
"time": 30,
"unit": "second"
},
"is_auto_opening_msg": false,
"auto_opening_msg": {
"text": "Xin chào! Anh/chị đang quan tâm sản phẩm nào để em tư vấn mình ạ?",
"time": 3,
"unit": "second"
},
"is_auto_reply": false,
"auto_reply": {
"text": "Anh/chị cho em xin số điện thoại để em gọi điện tư vấn ngay nhé.",
"time": 10,
"unit": "second"
},
"is_offline_message": true,
"offline_message": "Giờ làm việc của chúng tôi từ 8:00AM-8:00PM. Quý khách cần gấp xin vui lòng gọi hotline:...",
"is_registerinfor": true,
"name_agent": "Phạm Văn Tấn",
"config_desktop": "{\"representative_status\":true,\"location_desktop\":\"bottom_right\",\"top_margin_desktop\":24,\"bottom_margin_desktop\":24,\"left_margin_desktop\":24,\"right_margin_desktop\":24}",
"config_mobile": "{\"location_mobile\":\"bottom_right\",\"top_margin_mobile\":24,\"bottom_margin_mobile\":24,\"left_margin_mobile\":24,\"right_margin_mobile\":24}"
},
"registerinfo": [
{
"type": "char",
"name": "Họ và tên",
"value": [],
"required": true,
"is_active": true,
"is_default": true
},
{
"type": "char",
"name": "Số điện thoại",
"value": [],
"required": true,
"is_active": true,
"is_default": true
},
{
"type": "char",
"name": "Email",
"value": [],
"required": true,
"is_active": true,
"is_default": true
}
]
}curl --location --request POST 'http://127.0.0.1:8000/api/fchat/' \
--header 'X-Auth-User-Id: 5c3c1840-fb62-11ed-a0c5-0242c0a80103' \
--header 'X-Auth-Email: tanpv9@fpt.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_chat": {
"is_active": true,
"is_show_avatar": false,
"name_agent_active": true,
"name": "Telecom12376",
"require_location": true,
"is_popup": true,
"popup": {
"time": 30,
"unit": "second"
},
"color": "#3863EF",
"icon": true,
"icon_content": "Nhắn tin cho chúng tôi",
"size": "large",
"start_btn": "Bắt đầu",
"is_auto_greeting": true,
"auto_greeting": {
"text": "FPT Telecom xin chào Nếu anh/chị cần tư vấn hãy gửi tin nhắn cho em nhé.",
"time": 30,
"unit": "second"
},
"is_auto_opening_msg": false,
"auto_opening_msg": {
"text": "Xin chào! Anh/chị đang quan tâm sản phẩm nào để em tư vấn mình ạ?",
"time": 3,
"unit": "second"
},
"is_auto_reply": false,
"auto_reply": {
"text": "Anh/chị cho em xin số điện thoại để em gọi điện tư vấn ngay nhé.",
"time": 10,
"unit": "second"
},
"is_offline_message": true,
"offline_message": "Giờ làm việc của chúng tôi từ 8:00AM-8:00PM. Quý khách cần gấp xin vui lòng gọi hotline:...",
"is_registerinfor": true,
"name_agent": "Phạm Văn Tấn",
"config_desktop": "{\"representative_status\":true,\"location_desktop\":\"bottom_right\",\"top_margin_desktop\":24,\"bottom_margin_desktop\":24,\"left_margin_desktop\":24,\"right_margin_desktop\":24}",
"config_mobile": "{\"location_mobile\":\"bottom_right\",\"top_margin_mobile\":24,\"bottom_margin_mobile\":24,\"left_margin_mobile\":24,\"right_margin_mobile\":24}"
},
"registerinfo": [
{
"type": "char",
"name": "Họ và tên",
"value": [],
"required": true,
"is_active": true,
"is_default": true
},
{
"type": "char",
"name": "Số điện thoại",
"value": [],
"required": true,
"is_active": true,
"is_default": true
},
{
"type": "char",
"name": "Email",
"value": [],
"required": true,
"is_active": true,
"is_default": true
}
]
}'{}