• /
  • EnglishEspañolFrançais日本語한국어Português
  • ログイン今すぐ開始

Send a Microsoft Teams notification

|View as Markdown (English)

The action identifier is newrelic.notification.sendMicrosoftTeams.

Sends a message to a Microsoft Teams channel, integrated with destinations.

The following table describes all available input fields for this action.

Input

Type

Description

Example

destinationId

String

Required. DestinationId associated with the New Relic destination. See New Relic integration for Microsoft Teams to configure a destination and retrieve its ID, and Destinations for more information.

123e4567-e89b-12d3-a456-426614174000

teamName

String

Required. Team name associated with the given destination ID.

TEST_TEAM

channelName

String

Required. Channel name to send the message to.

StagingTesting

message

String

Required. Text message to send.

Hello from Workflow Automation

selectors

List

Optional. Selectors to extract specific fields from the output.

[{"name": "success", "expression": ".success"}]

The following table describes all output fields returned by this action.

Output

Type

Example

success

Boolean

true/false

sessionId

String

"sessionId": "7fa97f26-3791-492e-a39b-53793163dfb9"

errorMessage

String

"Message is a required field in the notification send"

Workflow example

name: msTeam_notification_workflow
description: This is a test workflow to test MSTeam notification send action
steps:
- name: SendMessageUsingMSTeam
type: action
action: newrelic.notification.sendMicrosoftTeams
version: 1
inputs:
destinationId: acc24dc2-d4fc-4eba-a7b4-b3ad0170f8aa
channel: DEV_TESTING
teamName: TEST_TEAM_DEV
message: Hello from Workflow
Copyright © 2026 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.