Skip to content
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

[BUG] Microsoft deprecating Office 365 Teams Connectors - Teams webhooks won't work after this #1597

Closed
JimReprogle opened this issue Jul 9, 2024 · 1 comment
Labels
bug Something isn't working untriaged

Comments

@JimReprogle
Copy link

JimReprogle commented Jul 9, 2024

What is the bug?
Microsoft is deprecating the Office 365 connectors for teams, and will require users to utilize the workflow app to post adaptive cards to Teams channels via webhook.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to 'Notifications->Channels->Create Channel'
  2. Give a name to your channel
  3. Select Channel Type of Microsoft Teams
  4. Enter the webhook URL from the Workflow app (not the O365 webhook connector URL. It should look something like:
    https://prod-XX.westus.logic.azure.com:443/workflows/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5. Click "Send Test Message"
  6. See the error: [status_exception] Wrong Microsoft Teams url. Should contain "webhook.office.com"

What is the expected behavior?
Expected behavior is that the call to the webhook will be able to send an adaptive card to the webhook URL. However, the URL is different and does not contain "webhook.office.com", and the expected type of data sent to the webhook is an adaptive card.

What is your host/environment?

  • OS: MacOS
  • Version: Sonoma 14.5

Do you have any additional context?
Microsoft is deprecating the type of webhook currently used in OpenSearch notifications sent to Microsoft Teams. They will require users to use the Workflow app to receive incoming webhooks, which in turn requires Openseaerch to send adaptive cards.

For reference: https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/

@JimReprogle JimReprogle added bug Something isn't working untriaged labels Jul 9, 2024
@JimReprogle
Copy link
Author

Wrong repositoring - re-posting in Notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant