Tradingview -> Binance maker order

I am trying to setup automated trading on Binance from Tradingview. There is a manual how to setup futures trading from Tradingview via webhook: https://www.binance.com/en/support/faq/how-to-set-up-signal-trading-with-tradingview-3f57291b56474f5e900cc4b754f61ff3 19
There is an example message format in this manual:
{“symbol”:“{{ticker}}”,“side”:“buy”,“qty”:“1”,“price”:“{{close}}”,“trigger_time”:“{{timenow}}”,“signal_id”:“175cbc02-79eb-44ef-ac67-d0d818c6f928”,“UID”:“xxxxx”}

The above alert works, but it sends taker orders to Binance. I want execute maker orders. However I couldn’t find any manual or explanations on the syntax of the webhook message. Please tell me how to do it.

Thanks for the feedback, we will confirm with team.

For now it supports limit order only. thanks