Changes to O365 connectors in Teams

We’ve got our RPA flows setup to send notifications into a teams channel using webhooks however it looks like Microsoft are changing the way webhooks work. I’ve tried setting up and testing a notification using the new route but it keeps failing in Microsoft Workflows (Power Automate). It seems to recognise that I’ve triggered a test notification but no content comes through to post a card. I think there might need to be some changes to the way the controller posts the updates to the webhooks.

Message in teams:

Link to blog post: Retirement of Office 365 connectors within Microsoft Teams

Error in workflows:

Content of Inputs:
{
“type”: “object”,
“properties”: {
“type”: {
“type”: “string”
},
“attachments”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“contentType”: {
“type”: “string”
},
“content”: {
“type”: “object”,
“properties”: {
“$schema”: {
“type”: “string”
},
“type”: {
“type”: “string”
},
“version”: {
“type”: “string”
},
“body”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“type”: {
“type”: “string”
}
},
“required”: [
“type”
]
}
}
}
}
},
“required”: [
“contentType”,
“content”
]
}
}
}
}

Hi Ali, Please can you update the product to controller as notifications are sent from controller. Regards

There doesn’t seem to be a forum category for controller?

No worries @bob.twells, please can you look at the query raised by Ali.