Created Notify_prowl (markdown)

master
lead2gold 2017-11-29 20:25:13 -05:00
parent 037f18581d
commit 6e2906c802
1 changed files with 25 additions and 0 deletions

25
Notify_prowl.md Normal file

@ -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
```