User Profile
anishabhyankar
Brass Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Re: Icon image set for Incoming Webhook in MS Teams is not displaying.
Hi Prasad_Das-MSFT and benniah - Yes, I have connected with the engineering team. At the time of debugging, we created a new incoming webhook and set the icon image to it and it worked! as expected. Before the call, I updated my MS Teams applications to the latest version. So it seems that this issue is fixed in the latest version. benniah - You can try to update the latest version of MS Teams and also create a new webhook to test it.6.3KViews0likes4CommentsRe: Icon image set for Incoming Webhook in MS Teams is not displaying.
Prasad_Das-MSFT - As you said earlier to connect with the engineering team, I have sent an email to mailto:email address removed for privacy reasons for time confirmation. But they have not replied to my email yet. Could you please check with them? to reply to my email and time confirmation?6.1KViews0likes8CommentsRe: Icon image set for Incoming Webhook in MS Teams is not displaying.
Prasad_Das-MSFT - I am not clear on the meaning of "they don't see any requests for tenant ID that you have shared". I have shared the latest details already with you. Can you please confirm what this means as I am using this tenant only?6.4KViews0likes14CommentsRe: Icon image set for Incoming Webhook in MS Teams is not displaying.
Prasad_Das-MSFT, Yes sure here are my details: Tenant ID: 91e213e9-498d-46b9-bc35-cd0aa9390b45 Webhook url: https://springctin.webhook.office.com/webhookb2/0a30282e-c914-4444-abce-a235b01a495d@91e213e9-498d-46b9-bc35-cd0aa9390b45/IncomingWebhook/350516b208de4ec49146d39108982bc5/289b9f6d-e807-4962-98bf-5745e68839af JSON Request body is: { "@type": "MessageCard", "@context": "http://schema.org/extensions", "summary": "Dwarf planet Pluto details", "sections": [{ "activityTitle": "Dwarf planet Pluto details", "activityImage": "https://upload.wikimedia.org/wikipedia/commons/e/ef/Pluto_in_True_Color_-_High-Res.jpg", "facts": [ { "name": "Description", "value": "Pluto is an icy dwarf planet in the Kuiper belt\n, a ring of bodies beyond the orbit of Neptune. It was the first Kuiper belt object to be discovered and is the largest known dwarf planet. Pluto was discovered by Clyde Tombaugh in 1930 as the ninth planet from the Sun. After 1992, its status as a planet was questioned following the discovery of several objects of similar size in the Kuiper belt. In 2005, Eris, a dwarf planet in the scattered disc which is 27% more massive than Pluto, was discovered. This led the International Astronomical Union (IAU) to define the term \"planet\" formally in 2006, during their 26th General Assembly. That definition excluded Pluto and reclassified it as a dwarf planet." }, { "name": "Order from the sun", "value": "9" }, { "name": "Known satellites", "value": "5" }, { "name": "Solar orbit (*Earth years*)", "value": "247.9" }, { "name": "Average distance from the sun (*km*)", "value": "590637500000" }, { "name": "Image attribution", "value": "NASA/Johns Hopkins University Applied Physics Laboratory/Southwest Research Institute/Alex Parker [Public domain]" } ] }], "potentialAction": [{ "@context": "http://schema.org", "@type": "ViewAction", "name": "Learn more on Wikipedia", "target": ["https://en.wikipedia.org/wiki/Pluto"] }] } These are the details I currently have. Please let me know if you need anything else. Thanks, Anish6.5KViews0likes18CommentsImage inserted in incoming webhook is not working for new Teams version.
I am trying to insert an image into an incoming webhook using adaptive card and message card. But it is not displaying in the new Microsoft Teams version (23217.806.2340.1703.). But this is working on Old Teams version 1.6.00.24078 (64-bit). I am using below sample code to display this card. { "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" } ] } } ] } Please reply if you have any solution to this issue or have any suggestions. Thanks,9KViews2likes40CommentsImages 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,1.7KViews0likes2CommentsIcon image set for Incoming Webhook in MS Teams is not displaying.
I have created an Incoming Webhook in Microsoft Teams to send notifications. When I configure this webhook upload an image to it and click on the save button to save it, It is not showing that icon image. As you can see I have uploaded a sample image of type JPG and have size 44 KB. When I click on the save button and send a notification to this webhook uploaded image is not displaying. Look at the image below. The icon is missing. Can anyone have a solution to this? Note: This issue is observed on both Microsoft Teams Version 1.6.00.22378 (64-bit) (Old version) and Version 23217.806.2340.1703. (New version) Which was last updated on 9/18/2023. Thanks.Solved8.9KViews0likes26Comments
Recent Blog Articles
No content to show