Home>> Products & Services>> Call Back

Call Back

Call Back Service at WEB/APP
XHT provides Call Back Service which is a floating icon/button that can be installed in any websites or mobile applications, allowing the website visitors and apps visitors to connect to Customer Service Centers or Sales Support Centers free of charge from anywhere of the world. To activate our Call Back Service, the customer can connect to us through API which is JSON and GET. The code ASP, JSP, PHP, PC, Android and IOS are all supported.
How Does Our Call Back Service Help?
Wherever the customers are, as long as they can get reached of your website or apps, they can call your customer service centers or support centers by leaving their phone number. Our system can connect your backend phone system and the customer's call immediately. This is an alternative solution to provide a worldwide free phone service for your customers. Covering all countries in the world without limitation and being a very cost-effective solution are the advantages you can find in it.
Customer Case Sharing
Many banking and finance customers make use of our call back solution to allow their customers in China to contact their trading centers in Hong Kong. In this way, the end customers do not need to pay any IDD cost when they try to call the trading centers in Hong Kong. At the same time, this is a more cost saving solution for SMEs as it is relatively cheaper than toll free solutions.
API Interface review
The interface format is defined by JSON and encoded in UTF-8 format.
Interfaces are submitted to 3w800 services by POST
For the interface return code, non 0 represents failure. Failure reason reference return code definition
HTML head information Content-Type is set to text/html; charset=UTF-8
Generally return wrong format sample {"retCode": -10007, "exception": "Not found, operation failed."}
The IP address that needs to be approved can be used (you can use multiple IP addresses).
For the interface requests with performance and pressure requirements, it is recommended to arrange the same machine environment test before deploying the actual environment.
Specific interface code details contact interface technology Email: michaelzhu@xht.com.hk
API Code
curl -l -H "Content-type: application/json" -X POST -d '{"callerDisplayNumber":"null","callerE164": "sip phone number,eg:800****", "calleeE164s":"phone number", "accessE164": "account", "accessE164Password":"password"}' http://ip:8090/external/server/CallBack