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

Webhook support for MS Teams Workflows #5437

Open
kMikaZu opened this issue Jan 22, 2025 · 4 comments
Open

Webhook support for MS Teams Workflows #5437

kMikaZu opened this issue Jan 22, 2025 · 4 comments

Comments

@kMikaZu
Copy link

kMikaZu commented Jan 22, 2025

Hi

Microsoft changed stuff again, without really knowing why etc. But all connectors in MS Teams need to be converted to Workflows now.

Quote:

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.

The new Workflow returns an error though:

The execution of template action 'Send_each_adaptive_card' failed: the result of the evaluation of 'foreach' expression '@triggerBody()?['body']?['attachments']' is of type 'Null'. The result must be a valid array.

I based the setup on the Snipe IT Info here.

@ssddanbrown
Copy link
Member

Hi @kMikaZu,
Is this a feature request or a support request?

Generally we don't support any specific external platforms when it comes to webhooks so I wouldn't look to specifically support Microsoft options in this area.

If the format that we send in is not directly compatible with teams workflows, you may need something in the middle to manipulate the data first, or if handy with PHP you can customize the sent webhook data via our logical theme system.

@kMikaZu
Copy link
Author

kMikaZu commented Jan 22, 2025

I think it's a little bit of both @ssddanbrown ;-) I think BookStack would benefit from official MS Teams support (at least concerning WebHooks).

@ssddanbrown
Copy link
Member

Okay, then such a feature request would be considered out of scope.

I can support from a BookStack perspective though if you want to take either of the options mentioned in my last message.

@kMikaZu
Copy link
Author

kMikaZu commented Jan 23, 2025

I will get back to you, I need to talk with the colleagues if they consider this as a must-have.

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

No branches or pull requests

2 participants