Execute
Executionexec_in
Initiate the WebSocket connection
Web/WebSocket
Opens a WebSocket connection. Immediately triggers on_connect with the session, then invokes on_message for each incoming message. Holds execution until the connection closes, then triggers on_close.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Initiate the WebSocket connection
WebSocket connection configuration (URL, optional headers, optional timeout)
Fires immediately after the connection is established
WebSocket session reference for use with Send/Close nodes
Fires when the WebSocket connection is closed (by server, timeout, or error)
Fires if the connection fails to establish