File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,9 @@ Email notifications can be configured using either SMTP or Resend.
153153 See [ Discord's Webhook Guide] ( https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks ) for more detailed setup instructions.
154154:::
155155
156- ### Slack
156+ ### Slack / Mattermost
157157
158+ #### Using Slack
158159
1591601 . Create a Slack App
160161 - Visit [ Slack API] ( https://api.slack.com/apps )
@@ -175,6 +176,22 @@ Email notifications can be configured using either SMTP or Resend.
175176 - Enable the Slack channel
176177 - Send a ` Test notification `
177178
179+ #### Using Slack notifications with Mattermost
180+
181+ Slack webhooks in Coolify are fully compatible with Mattermost.
182+
183+ 1 . Create an Incoming Webhook in Mattermost:
184+ - Go to ** Product Menu** → ** Integrations** → ** Incoming Webhooks**
185+ - Click ** Add Incoming Webhook**
186+ - Configure the webhook (name, channel, etc.) and save
187+ - Copy the generated webhook URL (format: ` https://your-mattermost-server.com/hooks/xxx-key-xxx ` )
188+
189+ 2 . Configure in Coolify:
190+ - Go to ** Notifications** → ** Slack**
191+ - Paste the Mattermost ` webhook URL ` in the Webhook URL field
192+ - Save the settings
193+ - Enable the Slack channel
194+ - Send a ` Test notification `
178195
179196### Pushover (Push Notifications)
180197
You can’t perform that action at this time.
0 commit comments