Skip to main content

chat.open()

Note: This API is supported from version 5.1.0 

The ZohoSalesIQ.Chat.open() API is used to open the SDK UI based on the data provided in the notification payload.

  • payload: The data payload obtained from the getPayload API contains the required information to identify and open SDK UI.

Example

CopiedZohoSalesIQ.chat.open(event.payload);