Skip to main content

.startChat()

Note: This API was deprecated in version 9.3.0. Use ZohoSalesIQ.Chat.start() instead.

This API can be used to automatically initiate a chat from the visitor side with a pre-defined message which you can configure using this API, right after the visitor clicks on the chat widget to initiate a chat.

Syntax

CopiedZohoSalesIQ.startChat(message: string)

Example

CopiedZohoSalesIQ.startChat("Hi I need your assistance");