Last Modified : 08 August 2026

Send Notification Action

The Send Notification Action displays a native desktop notification when an event is detected. This is the simplest way to alert you about monitoring events.

Configuration

Option Type Description
ID String A unique identifier for this action. Can be alphanumeric.
Title String The title displayed at the top of the notification.
Message String The body text of the notification.
Severity Enum The severity level: Info, Warning, or Error. This may affect the notification's appearance depending on the OS.
Enabled Boolean Whether this action is active. Disabled actions are skipped when events occur.

Platform Support

Desktop notifications are supported on both Linux (via D-Bus/freedesktop) and Windows. The appearance and behavior follow the native notification system of each platform.

On Linux, ensure a notification daemon (such as notify-osd or dunst) is running for notifications to appear.