@Pankaj from PerkSweet-We are able to repro that issue, we have raised bug for the same. We will inform you once we get any update.
Microsoft Teams MessageCard (Connector card) doesn't display Images
Pankaj from PerkSweet
0
Reputation points
I'm testing out the Message Card type payload, but the Images won't show. Am I missing something?
Here is JSON payload,
{
"@type": "MessageCard",
"@context": "http:\/\/schema.org\/extensions",
"summary": "message card used to send message",
"title": "Nick Lynch sent Test to demo test",
"sections": [
{
"title": "test with images",
"startGroup": true
},
{
"title": "Images",
"images": [
{
"title": "iamges object",
"image":"https://connectorsdemo.azurewebsites.net/images/WIN12_Scene_01.jpg"
}
]
}
]
}
Output: (Images not loading)
1 answer
Sort by: Most helpful
-
Sayali-MSFT 2,491 Reputation points Microsoft Vendor
2023-09-11T06:50:50.72+00:00