Incoming Webhooks
5 TopicsIncoming Webhook Doesnt seem to be working
Hi, i have recently tried to add the incoming webhook to my channel but encounter the something went wrong error that indicated little about what is failing. Although the error message popped up there is still an entry in the configured webhooks. And when removing it for reconifiguring it yielded this error. Will anyone be able to advise how i can troubleshoot and fix the issue?982Views0likes3CommentsCreating new jira cloud connector Create URL Something went wrong
Hi, I'm trying to add a Jira cloud connector on my sharepoint site, but after entering a name I just get this message: Something went wrong. An unexpected error occurred. Please try again. RequestId: c3e8c01a-f3f5-2a9f-3fde-1007ad226b5c Server: AM6PR10MB2855 Date: 12/13/2023 4:49:33 PM Any help would be great955Views0likes3CommentsWebhook Messages are not delivering New Relic Notifications
We integrated New Relic Notifications to Teams Via Webhook and the notifications started failing randomly with error "Webhook message delivery failed with error: Microsoft Teams endpoint returned HTTP error 400 with ContextId 01=2" The notifications are failing randomly whenever a new alert is in activated state . No notifications are failing when the state is changed to closed. JSON Payload : { "type":"message", "attachments":[ { "contentType":"application/vnd.microsoft.card.adaptive", "contentUrl": null, "content":{ "$schema":"http://adaptivecards.io/schemas/adaptive-card.json", "type":"AdaptiveCard", "$data":{ "age" : "17" }, "version":"1.6", "body":[ { "type": "Container", "items": [ { "type": "TextBlock", "size": "Large", "weight": "Bolder", "wrap" : true, "text": {{ json priority }}, "color": "Attention" }, { "type": "TextBlock", "weight": "Bolder", "text": {{ json annotations.title.[0] }}, "wrap": true }, { "type": "FactSet", "facts": [ { "title": "Alert State", "value": {{ json state }} } ] }, { "type": "Image", "url": {{json violationChartUrl}}, "altText" : "Image missing", "style" : "default" }, { "type": "FactSet", "facts": [ { "title": "Incidents", "value": {{json totalIncidents}} }, { "title": "Impacted Entity", "value": {{json entitiesData.names.[0] }} }, { "title": "Condition", "value": {{ json accumulations.conditionName.[0] }} }, { "title": "Policy", "value": {{ json accumulations.policyName.[0] }} } ] } ] } ], "actions": [ { "type": "Action.OpenUrl", "title": "Open Alert", "url": {{ json issuePageUrl }} } ] } } ] }1.6KViews0likes5CommentsMS Teams Incoming Webhook Error 408 when calling from ADF
Hi all, We are are recieving a 408 error when calling MS Team Webhook from ADF. This has been working without issue until yesterday, some slowness was noticed with response times. Today however it has become slow enough to fail completely. It appears as though the requests are being queued and getting a response after 20 mins, this would normally take <60 seconds. There is a 60 second limit on the response time. Any ideas? Operation on target Call Teams Webhook failed: Error calling the endpoint 'some domain url'. Response status code: 'ClientSideException HttpStatusCode : 408, HttpStatusString: RequestTimeout'. More details: Exception message: 'NA - Unknown [ClientSideException] A task was canceled.'. Request didn't reach the server from the client. This could happen because of an underlying issue such as network connectivity, a DNS failure, a server certificate validation or a timeout. Url endpoint request timed out. Please make sure the endpoint response is within 1 minute and retry.1.5KViews0likes4CommentsTeams: Error when attempting to add new Incoming Web Hooks Connector
We are getting an error when attempting to add an Incoming Webhook connector to our Teams. It appears that it is happening across all our Teams no matter what channel it is. When we go to add a new Incoming Webhook connector we get an error that says, "Something went wrong. Failed to create webhook b2 URL for tenant..." followed by our tenant. Nothing else is given for the reason why. It looks like the existing Incoming Webhooks are working however there is an alert that says "Attention required" on them. We first noticed this happening yesterday. Moving this question over from here as recommended by community expert: https://docs.microsoft.com/en-us/answers/questions/190611/teams-error-when-attempting-to-add-new-incoming-we.htmlSolved2.6KViews1like1Comment