Webhooks
13 TopicsImages in Adaptive Cards in New Teams Client not showing
Hello Community, I've encountered an issue with Teams Webhook Connector where images in Adaptive Cards are not displaying correctly in the New Teams Client, although they work as expected in the classic version. Our clients have reported that while messages are visible, the images fail to appear. This problem does not occur in the classic Teams client or when viewed in a browser, which I presume is utilizing the classic client as well. To clarify, I'm using the latest Adaptive Cards version (v1.5) compatible with Teams, and this issue is consistent across both Windows and Apple versions of the New Teams Client. Unfortunately, there seems to be no information available about this compatibility issue in the Adaptive Cards documentation or designer tool. Below is a simple Adaptive Card JSON that illustrates the problem: { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "Medium", "weight": "Bolder", "text": "This is a headline" }, { "type": "Image", "url": "https://img.cdn-pictorem.com/uploads/collection/D/DN4DFF8JRC/900_Nature-Art_colorful--paintings.jpg", "width": "300px" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5" } For visual reference, here is how the card renders in both clients: Classic Teams Client: New Teams Client: I have not found a workaround yet and would greatly appreciate guidance on how to resolve this issue. Any suggestions or updates regarding the new client's support for Adaptive Cards would be very helpful. Thank you. Best regards16KViews1like42CommentsWorkflow-webhook not tied to user
Hello! We are developing applications in AWS (sorry, guys), and some workloads require posting to Teams channels using webhooks via Workflows (the new webhook way). We are also using webhooks to notify in Teams when Github actions finish or need interactions. However, when creating the webhook in Workflows it only seems possible to tie the webhook to a regular user. Are there any ways to use a Service Account / Service principal as the webhook/workflow owner? Using a regular user account as the webhook owner is a major drawback, eg. the need to rewrite all webhooks if the user quits the company and is disabled in Entra ID. Regards globus68200Views0likes0CommentsWebhooks
Hello, so i have problem, because we have created many teams in MS Teams. Inside of those are many channels. We would like to create many webhooks but it's the same URL. For now we have solution that different people have to create webhooks ;/ Does somebody know the other solutions?362Views0likes0CommentsWebhooks + Teams + Notifications
Hi there, hoping you can help me with this: I have a Webhook from Zendesk ticketing system to alert to a Teams channel when a high severity ticket is raised. It works perfectly. Problem is, the channel in question is a 'high traffic' one, where most users have notifications turned off. How can I make it such that posts from the Webhook (only) trigger push notifications and don't get buried in the shuffle? Thanks! See sample screenshot.4.1KViews0likes3CommentsAbout incoming webhook
Hi Guys, I would like to know whether there is an API to create custom incoming webhook? I have been through the steps mentioned here https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook, but this involves users input to create incoming webhook. I hope there's a way to do it programmatically, without user's input (with API's ?) Thanks1.4KViews0likes1CommentCORS PREFLIGHT WHEN USE WEBHOOK FOR MICROSOFT TEAMS
Hi, i've created an angular app that send some Adaptive cards to a TEAMS channel created with connector plugin but when i try to post a a json i got following CORS ERROR. Is there a way to fix it? In documentation there is only an example using cUrl and Powershell but not using a frontend app .1.8KViews1like2CommentsGet 503 when trying to reach configuration on incomming webhook
Hello, When trying to acess to configuration connector I received this issue (both in teams desktop app or in web console) : ErrorDetails=Microsoft.Griffin.Connectors.Store.ConnectorExtension.ExceptionErrorDetails:CorrectiveAction=NoAction:InnerErrorMessage=The remote server returned an error: (503) Server Unavailable. How can we fix this issue ? 😞 Something went wrong. ErrorDetails=Microsoft.Griffin.Connectors.Store.ConnectorExtension.ExceptionErrorDetails:CorrectiveAction=NoAction:InnerErrorMessage=The remote server returned an error: (503) Server Unavailable. RequestId: 25e1619a-667f-417d-911f-87112869666a Server: VI1P191MB0735 Date: 2019-10-09 11:16:15 +02009.6KViews2likes18CommentsApp removal notification for a channel
I have a Teams tab based app configured in a team channel. I'd like to get notification within my app when the app is removed from the channel. How do I achieve this? If I can achieve this through an outgoing webhook, what messages I should be looking for in my callback URL? Is there any documentation for the same? Pls help.853Views0likes0CommentsMicrosoft Team Webhook Connector http 500 - possible outage?
Is there an outage for Webhook connectors? It was working fine till today. All of sudden none of the channels are receiving incoming web hooks. I've tried creating a new channel and adding a new connector. When running the web-hook via post man it returns http 500. https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using3.2KViews0likes1CommentBuild Incoming webhook for particular user not channel
Hi Microsoft Team, I tried creating Incoming webhooks for a channel and expectedly it will notify every members of that channel. Is there a similar method or way where I could send an event/notification message from our service to a particular user, not in channel? Is it possible to create a custom app with this approach? Thank you.11KViews0likes2Comments