Hello
What I am trying to do is this, within MS Teams (Teams is enabled in copilot)
The greeting "topic" exists and user gets a reply text.
From that point onwards, what I would like to do is to send all messages from the user to my backend which will act like a webhook and send responses back to the user
This way, I can implement my own models and not necessarily just be limited to chatGPT.
I tried creating a trigger but my backend URL never got any http request

So... what's the best way to do this? I searched this board and msteams learning, etc., but couldn't find a solution.
And, whatever messages I get on my backend, I will also need any unique ID (I guess it is the conversation ID or something), so that I can maintain the context on my backend
Thanks a ton, in advance for any help/guidance on the above