obermeier opened a new issue, #4683:
URL: https://github.com/apache/streampipes/issues/4683
### Body
Microsoft has deprecated Office 365 Connectors / Incoming Webhooks
(*.webhook.office.com), which the MS Teams sink relies on. As a result,
existing webhooks fail and notifications no longer reach Teams.
Two issues with the current implementation:
The simple message format sends the legacy {"text": "..."} MessageCard
payload, which the replacement Power Automate workflow endpoints don't accept
(returns 202 but renders nothing, or 400).
A JSON escaping bug: message content is inserted into the payload via raw
string formatting, so text containing quotes, backslashes, or newlines produces
malformed JSON and an HTTP 400.
The sink needs to be migrated to the Power Automate workflow format
(Adaptive Card envelope) with proper JSON serialization.
### StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes
project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]