Zendesk Chat
Integrating SessionStack with Zendesk Chat
Add a SessionStack recording to Zendesk Chat (Zopim) conversations.
Add this code anywhere in your app, after SessionStack and Zendesk Chat have been loaded.
sessionstack('getSessionId', function(sessionId) {
if (sessionId) {
$zopim(function() {
$zopim.livechat.setNotes("SessionStack: https://app.sessionstack.com/player/#/sessions/" + sessionId);
});
}
});
Updated about 7 years ago