Short answer: Drop the "Pushover → Send Pushover Notification" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.