send_notification
Send push notifications directly to your phone with customizable title, priority, tags, and click URL. Use for alerts from scheduled tasks or direct messages.
Instructions
Send a push notification to the configured ntfy topic (your phone).
Args: message: The notification body text. title: Optional bold title shown above the message. priority: One of min, low, default, high, urgent (or "1".."5"). Anything unrecognized falls back to "default". tags: Comma-separated emoji shortcodes, e.g. "tada,computer". click_url: Optional URL opened when the notification is tapped.
Returns: A status string starting with "OK:" on success or "FAILED:" on error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| message | Yes | ||
| priority | No | default | |
| click_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |