Short answer: You can ntfy send notification in ntfy by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ntfy ntfy Send Notification action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Topic topic | string | Required | Subscription topic name |
Message message | string | Required | Message |
Title title | string | Optional | Title |
Priority priority | options | Optional | Priority. Options: Min, Low, Default, High, Urgent |
Tags/Emojis tags | string | Optional | Comma-separated emoji shortcodes |
{"topic": "my-alerts","message": "{{trigger.message}}","title": "{{trigger.title}}","priority": "{{trigger.priority}}","tags": "warning,skull"}
{"id": "msg123","time": 1712835600,"event": "message","topic": "my-alerts","message": "Server is down!"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.