send_ntfy_notification
Send mobile push notifications for trading events like bot status, risk alerts, marketplace updates, ops, and alpha signals using ntfy.sh. Supports customizable priority, tags, and click URL.
Instructions
Send a mobile push notification via ntfy (https://ntfy.sh). Topics: bots (bot up/down/trade), risk (circuit breaker, daily loss), marketplace (new subscriber, bot promoted), ops (deploy, system health), alpha (high-confidence signal). Priority: max/urgent = always-on screen; high = with sound; default = normal; low/min = silent. Requires NTFY_BASE_URL + optional NTFY_AUTH_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Emoji tag names (e.g. ['warning', 'robot']). ntfy maps to emojis automatically. | |
| title | Yes | Notification title (shown in bold) | |
| topic | No | ops | |
| message | Yes | Notification body text | |
| priority | No | default | |
| click_url | No | URL to open when notification is tapped |