send_notification
Send push notifications to your devices with customizable title, priority, sound, and URL. Supports quiet alerts to emergency signals that repeat until acknowledged.
Instructions
Send a push notification via Pushover to your registered devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The notification body text. | |
| title | No | Message title; defaults to your app name in Pushover. | |
| priority | No | How insistent the alert is: 'lowest' (silent, no notification), 'low' (no sound/vibration), 'normal' (default), 'high' (bypasses quiet hours), 'emergency' (repeats until acknowledged). | normal |
| sound | No | Notification sound; omit to use the device default. | |
| url | No | A supplementary URL shown with the message. | |
| url_title | No | A clickable title for the supplementary URL. | |
| device | No | Target a specific device by name; omit to send to all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |