Skip to main content

ZohoSalesIQ.Chat.get()

Note: This API is supported from version 8.1.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", function (success) {

}, function (error) {

});