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

Albert Lim 1 Reputation point
2022-12-03T19:42:28.34+00:00

I'm testing out the Message Card type with this webhook 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

Screenshot

{    
"title": "Images",   
"images": [    
    { "image":"http://connectorsdemo.azurewebsites.net/images/MicrosoftSurface_024_Cafe_OH-06315_VS_R1c.jpg" },    
    { "image":"http://connectorsdemo.azurewebsites.net/images/WIN12_Scene_01.jpg" },    
    { "image":"http://connectorsdemo.azurewebsites.net/images/WIN12_Anthony_02.jpg" }   
 ]   

}

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,089 questions
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,855 questions
{count} votes