Skip to content

Notify_prowl

Chris Caron edited this page Feb 13, 2019 · 8 revisions

Prowl Notifications

Prowl requires users to pre-register themselves at prowlapp.com first.

Syntax

Valid syntaxes are as follows:

  • prowl://{apikey}
  • prowl://{apikey}/{providerkey}
  • prowl://{apikey}/?priority={priority}

Parameter Breakdown

Variable Required Description
apikey Yes The API Key provided to you after you create yourself a Prowl account.
providerkey No The Provider Key is only required if you have been whitelisted.
priority no Can be low, moderate, normal, high, or emergency

Example

Send a Prowl notification to our server

# Assuming our {apikey} is adf9dfjkj24jkafkljkf6f
apprise prowl://adf9dfjkj24jkafkljkf6f
Clone this wiki locally