Replies: 1 comment
-
There is a similar issue so it will be closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When posting a message to Teams, I switched to a Power Automate workflow because the O365 Connector is being discontinued.
https://aka.ms/O365ConnectorDeprecation
It seems that the Power Automate workflow returns 202 when sending.
This causes a TeamsWebhookException to be thrown.
https://github.com/rveachkc/pymsteams/blob/master/pymsteams/__init__.py#L243
Currently in my code I do the following to avoid the exception:
Are there any plans to add processing for when 202 is returned in the future?
Beta Was this translation helpful? Give feedback.
All reactions