# Notifications verbs

Native desktop toast notifications.

_Part of the [Adom Desktop verb reference](VERB-REFERENCE.md). Invoke as `adom-desktop <verb> '<json>'`._

### `notify_user`

Send a Windows desktop toast notification

**Args:**
  - `actions` — optional array of button labels
  - `body` — required string
  - `level` — optional: info|warning|error|emergency (default: info)
  - `title` — required string

