Trigger Pushover Notification
Send a push notification using Pushover app
Overview
The node sends a Push notification using Pushover) when a trigger condition is met. It can also send a link to live stream as well as any Clips or Snapshots uploaded to Lumeo Cloud using Save Clip Node or Save Snapshot Node.
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : None
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
trigger | Publish when this condition evaluates to true | trigger-condition | null | Yes |
pushover_user_keys | Comma-separated list of pushover user keys to send notifications to. | string | null | Yes |
trigger_message | Notification message | string | Lumeo Alert | Yes |
include_snapshot | Include snapshot in notification? | bool | true | No |
send_uploaded_files | Include uploaded media in notification? | bool | false | No |
include_livestream | Include live stream URL in notification? | bool | false | No |
pushover_app_token | Found on your Pushover dashboard. Leave blank to send notifications from Lumeo's account. | string | null | No |
interval | Min. time between consecutive notifications. Unit: seconds. | number | 10 | Yes |
poll_interval | Uploaded media poll interval. Unit: seconds. | number | 30 | Yes |
Output Metadata
Node does not insert any output metadata; upstream metadata continues through the pipeline
Pushover Configuration
Start by signing up for a Pushover account at https://pushover.net . Pushover provides mobile and desktop apps that let you receive push notifications from various sources.
Create a new Pushover App
Navigate to your Pushover dashboard at https://pushover.net and create an Application. You can give it any name and logo. You only need to do this once.

Create a new Pushover app
Obtain Pushover App token
Navigate to your Pushover app and grab the API Token/Key.

Obtain Pushover app token
Obtain Pushover User Keys
Pushover user keys can be obtained from the mobile app or desktop pushover apps. Collect them from your users and provision them in this node's properties.
Updated 11 days ago
