After Microsoft announced that it would switch off the webhooks, I am trying to switch to Powerautomate. I updated to the highest version and tried to set up a notification according to the instructions for this “work”: Werk #17155: Microsoft Teams: Use workflows instead of connectors.
During a test, no message arrived on Teams. The Powerautomate flow that was created was not executed. (Nothing was changed in the created flow after creation).
To verify that it has nothing to do with my notification rule, I used my old created webhook to check if a message arrived. This was also the case.
I checked the KB article and I created the same Workflow as it shows in the article.
But unfortunately the workflow doesnt get triggered. With the “old” Webhook function, it works totaly fine.
I also tried to send the “working” JSON from the KB article to my Workflow URL via Postman and it says this:
{
"error": {
"code": "TriggerInputSchemaMismatch",
"message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected Object but got Array.'."
}
}