Short answer: You can send pushover notification in Pushover by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Pushover Send Pushover 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 |
|---|---|---|---|
Message message | string | Required | Message |
Title title | string | Optional | Title. e.g. "Alert" |
Priority priority | options | Optional | Priority. Options: Lowest, Low, Normal, High, Emergency |
URL url | url | Optional | URL. e.g. "https://example.com" |
Sound sound | options | Optional | Sound. Options: Pushover (default), Bike, Cash Register, Siren, None |
{"message": "{{trigger.message}}","title": "Alert","priority": "{{trigger.priority}}","url": "https://example.com","sound": "{{trigger.sound}}"}
{"status": 1,"request": "req-abc123"}
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.