mirror of https://github.com/caronc/apprise
Created Notify_prowl (markdown)
parent
037f18581d
commit
6e2906c802
|
@ -0,0 +1,25 @@
|
||||||
|
## Prowl Notifications
|
||||||
|
* **Source**: https://www.prowlapp.com/
|
||||||
|
* **Icon Support**: No
|
||||||
|
* **Message Format**: Text
|
||||||
|
* **Message Limit**: 10000 Characters per message
|
||||||
|
|
||||||
|
Prowl requires users to pre-register themselves at [prowlapp.com](https://www.prowlapp.com/) first.
|
||||||
|
|
||||||
|
### Syntax
|
||||||
|
Valid syntaxes are as follows:
|
||||||
|
* **prowl**:://**{apikey}**
|
||||||
|
* **prowl**:://**{apikey}**/**{providerkey}**
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
Send a Prowl notification to our server
|
||||||
|
```bash
|
||||||
|
# Assuming our {apikey} is adf9dfjkj24jkafkljkf6f
|
||||||
|
notify prowl://adf9dfjkj24jkafkljkf6f
|
||||||
|
```
|
Loading…
Reference in New Issue