Forum Discussion
MoezT
Mar 04, 2022Copper Contributor
Bots posted a new message
We are in the process of consolidating a number of different alerting systems into Teams. This requires us to interact with the incoming webhook of channels. What we're finding is that on macOS/Windo...
Sayali-MSFT
Microsoft
MoezT -We are not able to repro the scenario. Could you please share the repro steps and Adaptive Card Json, so we are try it from our end?
MoezT
Mar 11, 2022Copper Contributor
Sayali-MSFT Create an inbound webhook for a channel and then send this JSON to that channel. The notification will show something like the screenshot below instead of showing the summary test.
{
"type":"message",
"summary": "This is a test",
"attachments":[
{
"contentType":"application/vnd.microsoft.card.adaptive",
"contentUrl":null,
"content":{
"$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
"type":"AdaptiveCard",
"version":"1.2",
"body":[
{
"type": "TextBlock",
"text": "For Samples and Templates, see [https://adaptivecards.io/samples](https://adaptivecards.io/samples)"
},
{
"type": "Image",
"url": "https://adaptivecards.io/content/cats/1.png"
}
]
}
}
]
}
- RigidDesignMar 13, 2022Copper Contributor
MoezT
Thank you for replying. I was away this weekend - Sayali-MSFTMar 14, 2022Microsoft
MoezT - I am also experiencing the same behavior and We have raised bug for the same and concerned team is looking into it. We will inform you once we get any update.
- NaveenTiwaryMar 31, 2022Copper Contributor
Sayali-MSFT - Do you have any update on this please?
- Sayali-MSFTMar 31, 2022MicrosoftNaveenTiwary - Engineering team working on this issue. Currently we don’t have ETA or Update on this thread.
We will update this thread once the bug is fixed.