Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export default defineConfig({
items: [
{ text: 'Monitoring', link: '/knowledge-base/monitoring' },
{ text: 'Notifications', link: '/knowledge-base/notifications' },
{ text: 'Webhook Payloads', link: '/knowledge-base/webhook-payloads' },
{ text: 'Coolify Updates', link: '/knowledge-base/self-update' },
{ text: 'Commands', link: '/knowledge-base/commands' },
{ text: 'Delete User', link: '/knowledge-base/delete-user' },
Expand Down
2 changes: 2 additions & 0 deletions docs/knowledge-base/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ Webhook notifications allow you to send notifications to any custom endpoint tha

Coolify will send `POST` requests to your specified endpoint when events occur. You can use this to integrate with custom applications, automation tools, or any service that accepts webhooks.

For the full JSON payload structure of each event, see the [Webhook Payloads](/knowledge-base/webhook-payloads) reference.

## Notification Events

You can configure which events trigger notifications in your notification settings:
Expand Down
Loading
Loading