Hi. I was wondering if you could help me implement WebHook connection for getting order updates. I read somewhere that only orders placed through actual API and not through Zerodha's Mobile or Web App can receieve updates using Webhook. Is that true? I am currently placing orders through Web Application and since I do not intend to pay for Websocket, I had a plan of using Webhook to get these order updates.
The Postback API is designed to send notifications only for orders placed using the app’s specific API key. You may refer to the documentation for more details.
Also, I do not need to subscribe to websocket as I have no need for marketdata. All I want is to be able to listen to orders update realtime and I have been suggested to use webhook. Is it possible?