Not recving trade data on webhook URL

Hi, i setup an app with my Webhook URL (https://nifty50.in/mytrades/)

I authenticated by generating the access token . Now it shows as “connected”.

But still the trades I am making are not triggering the webhook URL

(i want to trigger orders thru upstox web app, and get notifications . is that possible?

my cliend id is 8LAM4P

pl help

Hi @nikhil_43600404, If you’re placing an order through the Upstox web app, you won’t receive notifications through your configured webhook — it’s only applicable to API apps (identified by their apiKey and apiSecret). You’ll receive webhook updates only for orders placed via the Upstox API.

Thanks