Configure a Websocket connection

To configure a Websocket/Websocket Secure (WS/WSS) connection, follow the steps below:

  1. Add a new connection and go to the Edit section of the API Connection Manager.

  2. Select WS/WSS from the Type dropdown menu.

  3. Enter an endpoint into the Endpoint field. The endpoint has to start with ws:// or wss://.

  4. Optionally, specify a response timeout in milliseconds. The default value is 60000.

  5. If your connection requires authentication, configure your authentication as described in chapter "Configure authentication".

Configure a WS/WSS connection