WebSocket Custom Server Message

Trigger for a Websocket Custom Server Connection Message
Preview
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
datastring

The received data from the client

ipstring

The ip of this websocket server

sessionIdstring

The session id of the client

wssIdstring

The UUID of this websocket server

wssIdxnumber

The 0-based id of this websocket server

Example: 0, 1, 2, etc.