Skip to content

Commit c43d14a

Browse files
committed
docs(notifications): add mattermost notifications to slack provider
1 parent ac8b68e commit c43d14a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/knowledge-base/notifications.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

159160
1. 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

0 commit comments

Comments
 (0)