How to pass actions in websocket API

Hello Team,
I am trying to configure a websocket stream as my data source using Websocket API plugin. While configuring we have two sections Headers and Parameters. Am using Parameters to pass the api_key and other authentication values. However I will need to subscribe a certain value to recieve the stream for which in regular lauguages we do it via action and value. How do we pass them??

Thank you