send_push_notification
Send an immediate push notification to a specified topic. Customize with title, priority, tags, markdown, click action, icon, attachments, and action buttons.
Instructions
Send an immediate push notification.
Sends a push notification for instant delivery. Only a message is required; all other parameters are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | URL of custom notification icon | |
| tags | No | List of tags/emoji shortcodes | |
| click | No | URL to open when notification is tapped | |
| title | No | Notification title | |
| attach | No | URL of file to attach | |
| actions | No | Action buttons (max 3) | |
| message | Yes | The notification body text | |
| filename | No | Filename for attachment | |
| markdown | No | Enable markdown formatting | |
| priority | No | Priority 1-5 (1=min, 3=default, 5=urgent) | |
| notification_topic | Yes | The notification topic to send to. Format: lowercase alphanumeric with dashes (e.g., 'my-alerts', 'user-123-notifications') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||