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

[Feature Request]: Microsoft Teams Webhook Update #15080

Open
OGLECB opened this issue Jul 12, 2024 · 1 comment
Open

[Feature Request]: Microsoft Teams Webhook Update #15080

OGLECB opened this issue Jul 12, 2024 · 1 comment
Assignees

Comments

@OGLECB
Copy link

OGLECB commented Jul 12, 2024

Is your feature request related to a problem? Please describe.

Update the Microsoft Teams Webhook test (SlackSettingsForm.php) msTeamTestWebhook() to accommodate Microsoft Decommissioning of the Office 365 web connector and migrating to Power Automate workflows

Describe the solution you'd like

The format of the payload will change when they fully migrate over to Teams Workflows and so it will need to be updated to the format bellow
e.g:
{ "attachments": [ { "contentType": "application/vnd.microsoft.card.adaptive", "contentUrl": null, "type": "AdaptiveCard", "content": { "$schema": "http:https://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2", "body": [ { "type": "TextBlock", "wrap": true, "text": "This is the text of a card" } ], "actions": [ { "type": "Action.OpenUrl", "title": "Github URL", "url": "https://github.com" } ] } } ] }

Describe alternatives you've considered

No response

Additional context

No response

Copy link

welcome bot commented Jul 12, 2024

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants