ZohoSalesIQ.present()
Note: This API is supported from version 9.3.0.
The ZohoSalesIQ.present() API displays the SDK (Conversation or Knowledge Base) according to the parameters provided.
Parameters
- tab (Optional) - Specify the tab (conversation/knowledge base) to open.
- id (Optional) - Conversation or knowledge base ID is to open when the tab is activated.
- callback (Optional) - The callback handles the success or failure of displaying the SDK.
Example
CopiedZohoSalesIQ.present(ZohoSalesIQ.Tab.CONVERSATIONS, "id", (error, chat) => {
});