sendMessage( )


Deprecated

This method is deprecated.

Deprecated. This method is deprecated and has been replaced with the equivalent sendMessage() method in the Wix JavaScript SDK.

Sends a chat message from the backend. The sendMessage() function sends a text message to a specific channel from the backend. The message can be from the business to a visitor, or from a visitor to the business.

Method Declaration
Copy
Method Parameters
messageInfoMessageInfoRequired

An object representing the message to be sent.

Did this help?