Scenario:
I have copilot studio agent and published in teams and 365 app. Any message it will send to topic or flow and get response show in team message.
In some topic the request message is send to http action of power automate flow where it has two inputs one is requestor email and user query, it pass these two inputs invoking post method of http action flow and once that http response send back requestor email and query results and these two results sending to teams webhook http power automate flow and from body of webhook itnhas email and query results I'm passing it to post a message in a chat or channel action in flow where currently I chose flow bot and recipient is requestor email from webhook body and in message body is query results from the webhook body.
Now expected notification:
Above flow of output is sending workflow notification to user in personal chat instead I want to send this notification to copilot studio agent app which we installed
I tried this in proactive message in chat action by choosing agent bot name which I created it shows errors bad gateway or kind of not support
What is best approach to achieve above usecase? Looking for assistance on this