Files
diun/docs/notif/slack.md
CrazyMax db2bce3bb3 Docs website with mkdocs (#100)
* Fix build workflow

* Docs website with mkdocs (#99)

* Fix docs workflow

* Move mkdocs Docker file

* Ignore docs in build workflow

* Update workflows

* Update links

* Move upgrade notes to documentation

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-19 22:47:17 +00:00

820 B

Slack notifications

You can send notifications to your Slack channel using an incoming webhook URL.

!!! hint Mattermost webhooks are compatible with Slack notification without any special configuration (if Webhooks are enabled).

Configuration

!!! example "File" yaml notif: slack: webhookURL: https://hooks.slack.com/services/ABCD12EFG/HIJK34LMN/01234567890abcdefghij

!!! abstract "Environment variables" * DIUN_NOTIF_SLACK_WEBHOOKURL

Name Default Description
webhookURL1 Slack incoming webhook URL

Sample


  1. Value required ↩︎