-
Notifications
You must be signed in to change notification settings - Fork 854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft Teams Connector Webhooks are being replaced by Microsoft Flow #1997
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
Just as FYI, the new webhook URL yields in: I tested the alternative with the mail address on the teams channel and the implementation in Watchtower for anyone who is interested in some real alternatives and how good they work or not: Step 01) Go to your MS TEAMS channel Step 04) Specify notification settings, e.g.: see https://containrrr.dev/watchtower/notifications/#email for other options and more details Step 05) Watch notifications arrive at your MS TEAMS channel: |
There was an update:
This buys us more time. |
Is your feature request related to a problem? Please describe.
https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/
It should be noted they are already adding warnings to the bottom of every message card posted on Microsoft Teams webhooks:
Use of Microsoft Teams webhooks with
WATCHTOWER_NOTIFICATION_URL
, example:teams://deadbeef-dead-beef-dead-deadbeefdeadbeefdeadb-dead-beef-dead-deadbeefdead/deadbeefdeadbeefdeadbeefdeadbeef/deadbeef-dead-beef-dead-beefdeadbeef?host=example.webhook.office.com
will cease working.Describe the solution you'd like
Probably support for the new Flow/PowerAutomate webhooks, they accept the same MessageCard/AdaptiveCard format as the Microsoft Teams webhook when using the appropriate
Post to a channel when a webhook request is received
Flow Template.An example Flow Webhook from the
Post to a channel when a webhook request is received
Flow Template:https://prod-03.australiasoutheast.logic.azure.com:443/workflows/ffffffffffffffffffffffffffffffff/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=ABCdefGHIjklMNOpqrST-UvwxYZabcdefghijklmnop
Describe alternatives you've considered
Additional context
containrrr/shoutrrr#446
The text was updated successfully, but these errors were encountered: