Edge Delta Slack Destination

Send alerts to Slack from the edge.

Overview

The Slack destination node sends triggered signals to Slack.

See Send Events from an Edge Delta Pipeline to Slack for an example configuration.

Example Configuration

You can select an existing Destination using the From Integration list. Alternatively, configure the webhook endpoint and an optional suppression window.

nodes:
- name: slack_output_f56f
  type: slack_output
  user_description: Slack Destination Basic
  endpoint: https://hooks.slack.com/services/<REDACTED>
  suppression_window: 20m0s

Required Parameters

name

A descriptive name for the node. This is the name that will appear in Visual Builder 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: slack_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 Slack webhook you configure in Slack. It is specified as a string and is optional.

nodes:
  - name: <node name>
    type: slack_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: slack_output
    endpoint: <REDACTED>
    suppression_window: