Skip to main content
Limited Release
This action is in limited release and is not generally available.

Send Pushover Notification

The Send Pushover Notification action sends a push notification via Pushover. Use this to alert yourself or your team about important events in real-time.

When to Use This Action

Use this action when:

  • You want instant push notifications for high-priority workflow events
  • You need to alert on-call staff when a critical ticket or alert is processed
  • You want to receive a notification with a deep link to the created ticket

Configuration

Connection

FieldDescription
Pushover ConnectionSelect the Pushover connection to use.

Message

FieldDescription
MessageThe notification message (max 1024 characters). Supports text expressions with {{variable}} syntax.
TitleMessage title (max 250 characters). If not set, defaults to the app name configured in Pushover.

Options

FieldDescription
PriorityMessage priority level. See options below.
SoundNotification sound. Leave empty to use the user's default sound setting.
DeviceTarget device name(s), comma-separated. Leave empty to send to all devices.
Supplementary URLURL to include with the notification (max 512 characters). The user can tap to open this URL.
URL TitleTitle for the supplementary URL (max 100 characters). Shown as the link text.

Priority Options

LevelDescription
Lowest (-2)No notification generated
Low (-1)No sound or vibration
Normal (0)Default notification behavior
High (1)Bypasses quiet hours

Error Handling

FieldDescription
Error HandlingAction to take if the notification fails to send.
OptionBehavior
ExceptionHalt processing and report the error
BounceReturn the email/item to the sender
ContinueContinue to the next action
StopStop this rule but allow other rules to process
Stop AllStop all processing for this message

Returned Variables

This action does not return any variables.

Example Use Cases

Alert on High-Priority Email

SettingValue
TitleUrgent: {{email.from.display}}
Message{{email.subject}}
PriorityHigh (1)

After creating a ticket, send a notification with a direct link:

SettingValue
TitleNew Ticket Created
MessageTicket #{{custom.ticket.id}} for {{email.from.display}}
Supplementary URLhttps://your-psa.com/tickets/{{custom.ticket.id}}
URL TitleView Ticket

Notes

  • Requires a Pushover account and connection to be configured
  • Pushover has rate limits; avoid sending excessive notifications