Forum Discussion
anishabhyankar
Sep 18, 2023Brass Contributor
Images inserted in incoming webhook is not showing in new Microsoft Teams version
When I send an image to my incoming webhook using an adaptive card or message card, the image is not displaying at all on the new Microsoft Teams version (version: 23217.806.2340.1703.). which was last updated on 9/18/2023.
But in the current Teams version (1.6.00.22378 (64-bit)) It is working.
{
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"contentUrl": null,
"content": {
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.5",
"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"
}
]
}
}
]
}
This is sample code I am working with. Does anyone have any idea? Please comment if anyone have some solution or some suggestions.
Thanks,
2 Replies
- romeeekCopper Contributor
Hello,
I am dealing with the same issue. Images are not displayed only on the newest Windows version of MS Teams. I have tried a few workarounds but nothing helped.
I am bumping this question up! How to solve this issue?
- anishabhyankarBrass ContributorHi romeeek, MS engineering teams haven't come up with a solution to this issue. We need to wait until the issue gets resolved. meanwhile, try updating MS Teams to the latest versions.