I am planning to migrate from using incoming webhook connector to workflows in microsoft teams.
I have created an airflow code earlier using requests.post() to post the the notifications to airflow channel.This worked perfectly fine.
For migrating to workflows from incoming webhook request connector, I have tried to replace the webhook request url by the workflow url for the channel (keeping the code same) , but I am observing that the runs are getting failed.
Can someone please tell me step by step procedure of using teams workflows along with airflow ?
Thanks in advance !!