Microsoft Teams MessageCard (Connector card) doesn't display Images

Pankaj from PerkSweet 0 Reputation points
2023-09-01T15:11:35.68+00:00

I'm testing out the Message Card type payload, but the Images won't show. Am I missing something?

Doc: https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#example-of-an-office-365-connector-card

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)Screenshot 2023-09-01 at 8.38.39 PM

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,381 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sayali-MSFT 2,086 Reputation points Microsoft Vendor
    2023-09-11T06:50:50.72+00:00

    @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.

    webhookconnector