WebSocket Provider

The WebSocket Provider connects to a WebSocket and receives data messages. It can also send messages to the websocket, triggered by an event, like a button press. {event}

Configuration

  • Host
    The WebSocket host address as full qualified URL like: https://echo.websocket.org/.

  • Data Format
    The data format in which data is received:

    Format

    Description

    Plain Text

    Data is given as plain text

    JSON

    Data is given in JSON format.
    Use a JsonPath expression to extract values, see below

Query

  • Value
    Returns the response value.

    • Param 1
      A valid JsonPath expression if the JSON data format is used.

  • Set: Send
    Send a message to the WebSocket

  • Status
    Get the WebSocket status:

    Text

    Numeric

    Description

    N/A

    0

    No result available.

    Excellent

    1

    Result answer available.

    Fail

    5

    Result parsing or format error