ZohoSalesIQ.Chat.get()

Note: This API is supported from version 8.0.0.

The ZohoSalesIQ.Chat.get() API retrieves chat details for the specified chat ID.

Parameters

  • chatId* - ID of the chat to be retrieved.
  • callback* -  The callback handles the success or failure of the retrieval.

Example

CopiedZohoSalesIQ.chat.get("chat_id").then((value) =>
{
      // Handle success
}).onError((error, stackTrace) => {
      // Handle error
});