Integrating Custom Live Chat
window.airim('on','liveChatClick',function(){
openLiveChatApplication();
// hide the airim widget so it does not overlap with the live chat
window.airim('widgetHide');
})function liveChatCloseCallback(){
// this line of code shows the airim widget icon
window.airim('widgetShow');
}Examples
Freshchat Integration
Chaport Integration
Intercom Integration
ConvertFox / Gist Integration
Drift Chat Integration
Last updated
Was this helpful?