Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion docs/knowledge-base/notifications.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Notifications"
description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, Mattermost, Pushover, and Webhooks for deployments, backups, and server monitoring alerts."
description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, Mattermost, Pushover, Gotify, and Webhooks for deployments, backups, and server monitoring alerts."
---

# Notifications
Expand Down Expand Up @@ -215,6 +215,32 @@ Slack webhooks in Coolify are fully compatible with Mattermost.
Pushover allows you to receive notifications on multiple devices including iOS, Android, and desktop.
:::

### Gotify

1. Set up Gotify Server
- Deploy your own Gotify server or use an existing one
- Visit [Gotify Documentation](https://gotify.net/docs/install) for installation instructions
- Note your Gotify server URL (e.g., `https://gotify.example.com`)

2. Create an Application
- Log in to your Gotify server
- Navigate to **Apps** in the dashboard
- Click **Create Application**
- Enter an application name (e.g., "Coolify Notifications")
- Copy the `Application Token` that is generated

3. Configure in Coolify:
- Go to **Notifications** → **Gotify**
- Enter your Gotify server `URL` (e.g., `https://gotify.example.com`)
- Paste the `Application Token` from step 2
- Save the settings
- Enable the Gotify channel
- Send a `Test notification`

::: info
Gotify is a self-hosted, open-source notification server. This gives you complete control over your notification data and infrastructure. You can receive notifications on Android devices using the official Gotify app.
:::

### Webhook

Webhook notifications allow you to send notifications to any custom endpoint that accepts HTTP requests.
Expand Down