I have scenario where I get a webhook request with action 1, -1 or 2.
I want to automate to always want to work with fixed asset like natgasmini, and fixed quantity like 3 lots,
when action is 1, then i want to buy it , when action is -1 I want to sell , action is 2 i want to exit the positions entered in the automate.
currently webhooks have no option to allow custom param ( neither in request param or in body) .
Tradingview template has is predefined body , but simple doesnt allow anything.
I think its better to allow custom params , because not all webhook call requires data/payload mentioned in Tradingview webhook template.