mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-02 11:07:28 +01:00
Add Mattermost compatibility via Slack webhooks (#80)
This commit is contained in:
@@ -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]
|
||||
|
||||

|
||||
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user