From 9b735c3f88f41549423e2af04d112c8e8bfaa3d5 Mon Sep 17 00:00:00 2001 From: Twilek-de Date: Fri, 29 May 2020 23:24:45 +0200 Subject: [PATCH] Add Mattermost compatibility via Slack webhooks (#80) --- doc/notifications.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/notifications.md b/doc/notifications.md index e7a82c32..e09dc22c 100644 --- a/doc/notifications.md +++ b/doc/notifications.md @@ -5,7 +5,7 @@ * [Mail](#mail) * [Rocket.Chat](#rocketchat) * [Script](#script) -* [Slack](#slack) +* [Slack / Mattermost](#slack) * [Teams](#teams) * [Telegram](#telegram) * [Webhook](#webhook) @@ -106,7 +106,7 @@ DIUN_ENTRY_CREATED=2020-03-26 12:23:56 +0000 UTC DIUN_ENTRY_PLATFORM=linux/adm64 ``` -## Slack +## Slack / Mattermost You can send notifications to your Slack channel using an [incoming webhook URL](https://api.slack.com/messaging/webhooks): @@ -115,6 +115,8 @@ You can send notifications to your Slack channel using an [incoming webhook URL] ![](../.res/notif-slack.png) +Mattermost webhooks are compatible with Slack notification without any special configuration (if Webhooks are enabled). + ## Teams You can send notifications to your Teams team-channel using an [incoming webhook URL](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/what-are-webhooks-and-connectors):