WebSocket Custom Server Message
Trigger for a Websocket Custom Server Connection Message
Preview
Parameters
Serverrequired
Select
Select a server from the Server/Clients -> Websocket Servers tab
- Select
Any
to trigger on any server
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
data | string | The received data from the client |
ip | string | The ip of this websocket server |
sessionId | string | The session id of the client |
wssId | string | The UUID of this websocket server |
wssIdx | number | The 0-based id of this websocket server Example: 0, 1, 2, etc. |