onMessageSent( )


An event that fires when a site visitor sends a chat message.

The onMessageSent() event handler runs when a chat message is sent. The sent Message object contains information about the message that was sent.

Method Declaration
Copy
Method Parameters
messageMessageRequired

The message that was sent.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?