webhook
6 TopicsWorkflow-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 globus6853Views0likes0CommentsRefresh Card not working?
I have a dotnet core web api that receives an action from an incoming web hook. It is an HTTP Post action on the web api that does some work and I want to reply to the message card using the refresh card. [HttpPost] public async Task<ActionResult> Post() { // do work here, validate, etc.. perform action Response.ContentType = "application/json; charset=utf-8"; Response.Headers.Add("CARD-ACTION-STATUS", "Plan is being created."); Response.Headers.Add("CARD-UPDATE-IN-BODY", "true"); return Ok(); } When I do this on the controller action, the Teams message card from the incoming web hook reads: Failed to send Plan is being created. So I can tell Teams is getting the refresh data to update the card body but its not doing it and I cannot seem to figure out why.Solved2.4KViews0likes3CommentsIncoming Webhook Action Messages
I am using an incoming webhook to trigger some automated jobs (from an on-premise powershell script) and am curious that when someone clicks the action in the message card how can I find out on the action endpoint who clicked the button (it's a .net core web api receiving the action event)? Need to be able to get this so we can properly assign the tickets in our system to the person who approved or rejected the job. Would like to avoid using a text input on the card to have the person type in their user ID which is prone to failure.1.1KViews0likes0CommentsMS Teams Webhook problem
Hello! We have a problem with Teams webhooks. We lost part of log when we send a webhook from Azure Data Explorer via MS Flow or from Elastic. For example: Full log - "ASA: Group <groupname> User <user> IP <ip> assigned to session". And in Teams it looks like -"ASA: Group User <user> IP <ip> assigned to session". (without <groupname>). Any solutions? Thanks! Regards, Nikita Larin.1.2KViews0likes0CommentsRegarding Outgoing webhook
Hi guys, I have two questions about Teams outgoing webhook. Could you tell me about below question please? How to create outgoing webhook now? Actually, I created outgoing webhookreferencing here before July 2019, but I cannot find "Create an outgoing webhook" link now. Can I create outgoing webhook without limitation? Thanks Nagashio920Views0likes0Comments