
ClickDesk is the fastest growing live support provider in the industry with more than 50,000 businesses using it to provide day-to-day live support and answer pre-sale queries. The ClickDesk developer API functions help you integrate the functionality with your existing apps, control panel or website to provide better user engagement for your visitors.
<script>
$CLICKDESK = (function() {
CLICKDESK_Live_Chat.setName('My name');
});
</script>
<script>
$CLICKDESK = (function() {
CLICKDESK_Live_Chat.setEmail ('visitorsemail@gmail.com');
});
</script>
<script>
$CLICKDESK = (function() {
CLICKDESK_Live_Chat.setMessage('I am interested in this plan and would like to talk to an agent.');
});
</script>
<script>
$CLICKDESK = (function() {
CLICKDESK_Live_Chat.setPrefs({
name: 'Visitor',
email: 'visitor@site.com',
message: 'Leave Message',
bubbleText: 'Online - Chat with us',
onStatus: function(s) { alert(s) }
});
</script>
<script>
$CLICKDESK = (function() {
CLICKDESK_Live_Chat.onStatus(function name);
});
</script>