Skip to main content

Prowl (iOS Push)

The Prowl trigger lets you send instant push notifications to iOS devices using the Prowl public API.


⚙️ Configuration Variables

WUD_TRIGGER_PROWL_{trigger_name}_APIKEY
Requiredstring

Prowl 40-character API key generated from your Prowl account

WUD_TRIGGER_PROWL_{trigger_name}_APPLICATION
Optionalstringdefault: WUD

Application name displayed in the notification header

WUD_TRIGGER_PROWL_{trigger_name}_DISABLETITLE
Optionalbooleandefault: false

Whether to omit the dynamic container title

WUD_TRIGGER_PROWL_{trigger_name}_OPENURL
Optionalurl

Optional URL attached to the notification that can be opened directly when tapped on iOS

WUD_TRIGGER_PROWL_{trigger_name}_PRIORITY
Optionalintegerdefault: 0

Notification urgency priority level

Allowed values:-2 (Very Low), -1 (Moderate), 0 (Normal), 1 (High), 2 (Emergency)
WUD_TRIGGER_PROWL_{trigger_name}_PROVIDERKEY
Optionalstring

Optional Prowl provider key if required by your developer account

WUD_TRIGGER_PROWL_{trigger_name}_URL
Optionalurldefault: https://api.prowlapp.com/publicapi/add

Prowl API endpoint URL

info

This trigger also supports all common trigger configuration options (such as thresholds, scheduling, and batching).


🚀 Examples

Basic Prowl Alert

services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_TRIGGER_PROWL_IPHONE_APIKEY=abcdef1234567890abcdef1234567890abcdef12
- WUD_TRIGGER_PROWL_IPHONE_PRIORITY=1