The problem
Have begun receiving this in the messages in Teams when using the msteams notification method:
Action Required:
O365 connectors within Teams will be deprecated and notifications from this service will stop.
Learn more about the timing and how the Workflows app provides a more flexible and secure experience. If you want to continue receiving these types of messages, you can use a workflow to post messages from a webhook request.
I don't know the impact of this announcement in the gem. But feel free to create some PR that handles this situation. I will be glad to review it and provide feedback
The problem Have begun receiving this in the messages in Teams when using the msteams notification method:
Action Required: O365 connectors within Teams will be deprecated and notifications from this service will stop. Learn more about the timing and how the Workflows app provides a more flexible and secure experience. If you want to continue receiving these types of messages, you can use a workflow to post messages from a webhook request.
It links to this: https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/
Will changes to the gem be required for further use?