Edge Delta Teams Output

Send alerts to Microsoft Teams using a node.

Overview

The Teams Output node sends triggered signals to Microsoft Teams.

Example Configuration

nodes:
  - name: teams_output
    type: teams_output
    endpoint: <REDACTED>
    suppression_window: 20m0s

Required Parameters

name

A descriptive name for the node. This is the name that will appear in Visual Pipelines and you can reference this node in the yaml using the name. It must be unique across all nodes. It is a yaml list element so it begins with a - and a space followed by the string. It is a required parameter for all nodes.

nodes:
  - name: <node name>
    type: <node type>

type: teams_output

The type parameter specifies the type of node being configured. It is specified as a string from a closed list of node types. It is a required parameter.

nodes:
  - name: <node name>
    type: <node type>

endpoint

The endpoint URL is a Teams webhook you configure in Teams. It is specified as a string and is optional.

nodes:
  - name: <node name>
    type: teams_output
    endpoint: <REDACTED>

Optional Parameters

suppression_window

The suppression_window parameter specifies the duration to not send duplicate alerts. It is specified as a duration and is optional.

nodes:
  - name: <node name>
    type: teams_output
    endpoint: <REDACTED>
    suppression_window: 30m

Real-Time Monitoring with Edge Delta

Edge Delta Webhook Output

Threshold-Based Alerts with Edge Delta

Trigger a Metric Alert with Edge Delta