WebSocket Custom Server Message

Triggered when a client sends a message to a custom WebSocket server

Parameters

Server

Select any or a specific websocket server

Variables

The following variables will be populated when this trigger executes:

NameDescription
wssIdxThe 0-based id of this websocket server e.g. 0, 1, 2, etc.
wssIdThe UUID of this websocket server.
ipThe ip of this websocket server e.g. 127.0.0.1
sessionIdThe session id of the client.
dataThe received data from the client.