Skip to content

Commit

Permalink
incorporated-review-feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
WriteMayur committed Jan 10, 2025
1 parent 9d23f6e commit cb77686
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaDescription: "Read about how to add a New Relic webhook for Microsoft Teams
freshnessValidatedDate: never
---

Microsoft is retiring the Office 365 webhook-based Connectors service in Teams by the end of 2025. To continue receiving New Relic alert notifications, you can create a workflow within Microsoft Teams using the Workflows app. This document provides instructions for updating your New Relic alert destinations and workflows to ensure a smooth transition and uninterrupted alerts in your Teams channels. For more information about retiring the Office 365 Connectors services, refer [Microsoft developer blog](https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/).
Microsoft is retiring Microsoft 365 webhook-based Connectors service in Teams by the end of 2025. To continue receiving New Relic alert notifications, you can create a workflow within Microsoft Teams using the Workflows app. This document provides instructions for updating your New Relic alert destinations and workflows to ensure a smooth transition and uninterrupted alerts in your Teams channels. For more information about retiring the Office 365 Connectors services, refer [Microsoft developer blog](https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/).



Expand All @@ -20,25 +20,25 @@ Microsoft is retiring the Office 365 webhook-based Connectors service in Teams b
**To add a New Relic webhook for Microsoft Teams workflow:**


1. Update existing webhook Destination:
1. Update existing webhook destination:
1. Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Alerts > Enrich and Notify > Destinations**.

Check notice on line 24 in src/content/docs/alerts/get-notified/new-relic-webhook-for-microsoft-teams-workflow.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/alerts/get-notified/new-relic-webhook-for-microsoft-teams-workflow.mdx#L24

[new-relic.ComplexWords] Consider using 'tell' instead of 'Notify'.
Raw output
{"message": "[new-relic.ComplexWords] Consider using 'tell' instead of 'Notify'.", "location": {"path": "src/content/docs/alerts/get-notified/new-relic-webhook-for-microsoft-teams-workflow.mdx", "range": {"start": {"line": 24, "column": 119}}}, "severity": "INFO"}
2. Click on the required webhook destination linked to Microsoft Teams to edit.
3. Replace the existing URL with a new URL in the URL field, after creating workflows in Teams.
2. Click the required webhook destination linked to Microsoft Teams to edit.
3. After creating workflows in Teams, in the **Endpoint URL** field, replace the existing URL with a new URL.
<img
title="Destinations update page"
alt="Destinations update page."
src="/images/alerts_destination_enpointurl.webp"
/>
4. Click **Update destination**.
2. Update existing webhook Workflow:
2. Update existing webhook workflow:
1. Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Alerts > Enrich and Notify > Workflows**.

Check notice on line 34 in src/content/docs/alerts/get-notified/new-relic-webhook-for-microsoft-teams-workflow.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/alerts/get-notified/new-relic-webhook-for-microsoft-teams-workflow.mdx#L34

[new-relic.ComplexWords] Consider using 'tell' instead of 'Notify'.
Raw output
{"message": "[new-relic.ComplexWords] Consider using 'tell' instead of 'Notify'.", "location": {"path": "src/content/docs/alerts/get-notified/new-relic-webhook-for-microsoft-teams-workflow.mdx", "range": {"start": {"line": 34, "column": 119}}}, "severity": "INFO"}
2. Click on the required workflow linked with the destination to edit the notification payload.
2. To edit the notification payload, click the required workflow linked with the destination.
<img
title="Workflow update page"
alt="Workflow update page."
src="/images/alerts_workflow_payload.webp"
/>
3. On the Edit notification message screen, copy and paste the following payload in the **Template** field:
3. On the <dnt>Edit notification message</dnt> screen, in the **Template** field, copy and paste the following payload:
```json
{
"type": "message",
Expand Down

0 comments on commit cb77686

Please sign in to comment.