SlackDestination
You can configure slack alerts by setting up an incoming message slack webhook. Once you do that, the set up in Visivo is super simple:
alerts:
- name: slack-destination #any name you choose
type: slack
webhook_url: {{ env_var("SLACK_WEBHOOK")}}
Attributes
Field | Type | Default | Description |
---|---|---|---|
path | string | None | A unique path to this object |
name | string | None | The unique name of the object across the entire project. |
webhook_url | string | None | An incoming message slack webhook url. You can set one of those up by following these instructions. |
type | string | None | The type of Destination Destination. Needs to be slack to configure a slack destination |