Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Returns the complete transcript of a currently active chat.

Parameters:

Name

Mandatory

Type

Description

chatId

YES

STRING

Unique chat identifier

Returns:

Type

Description

JS Promise

A Javascript Promise that return an object containing the chat transcript. See Transcript Object

Example:

LIVECHAT.getChatHistory("CHAT_97656d2c-28b4-41fc-af38-111066cefcaf")
.then(function(data){
  console.log("Chat trasncript", data);
});
  • No labels