Agent SDK Integration
CTLive provides an easy-to-integrate Javascript SDK.
The Frontend SDK (livechatsdk.js), which allows to integrate the CTLive chat and call-me-back widgets, could be easily added to any website by including the following statement into the code of an HTML page (see example below):
Â
<script async src="https://mywebsite.com/livechat/:domain/lib/livechatsdk.js?lang=en-gb"></script>
Â
Likewise, an Agent Desktop SDK (livechatagentsdk.js) is provided to integrate the CTLive chat agent-side into any Agent Desktop, Softphone or Web Application by including the following statement into the code of an HTML page (please refer to the full Agent SDK guide):
Â
<script async src="https://mywebsite.com/livechat/:domain/lib/livechatagentsdk.js"></script>
Â