I was previously using webhooks to push notifications to Teams Channels but it seems this will soon be deprecated.
How can I build the same flow for posting text or html table to a teams chat (not channel) with Python code.
There seems to be very little clear documentation on how to do this.
I have created a webhook URL but am uncertain with whether I need to set up a connector card or an adaptive card?
As I understand I now need to post a JSON to the webhook via the requests library. But I am unsure what needs to be done at the compose step in the Power Automate part.
Is this flow correct for a simple post a message to a chat?
thanks