Edge Delta Microsoft Teams Destination
2 minute read
Overview
The Microsoft Teams destination node sends triggered signals to Microsoft Teams.
- incoming_data_types: signal
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 Microsoft Teams webhook you configure in Microsoft 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
Related Content
Real-Time Monitoring with Edge Delta
Edge Delta Webhook destination