Skip to main content

ZohoSalesIQ.Chat.get()

Note: This API is supported from version 9.3.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", (error, chat) => {

});