Hướng dẫn tích hợp Chat Caresoft vào Mobile App sử dụng React Native
Tài liệu hướng dẫn tích hợp Live chat của CareSoft vào các ứng dụng trên điện thoại của khách hàng

Mô hình hệ thống


Last updated
Tài liệu hướng dẫn tích hợp Live chat của CareSoft vào các ứng dụng trên điện thoại của khách hàng



Last updated
let domain = “{domain_name}”;let domainId = “{domain_id}”;
let username = “”;
let email = “”;
let phone = “”;
let inApp= 1;
let queryString = "?domain=" + encodeURIComponent(domain) + "&domainId=" + encodeURIComponent(domainId) + "&username=" + encodeURIComponent(username) + "&email=" + encodeURIComponent(email) + "&phone=" + encodeURIComponent(phone)+ "&inApp=" + encodeURIComponent(inApp);
let link = “https://webchat.caresoft.vn:8091/index.html?key= Base64.btoa(queryString)&user_id={user_id};