From 6e2906c8023fa1db6e42c2a71ed3a33b0afc8af5 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:25:13 -0500 Subject: [PATCH] Created Notify_prowl (markdown) --- Notify_prowl.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Notify_prowl.md diff --git a/Notify_prowl.md b/Notify_prowl.md new file mode 100644 index 0000000..85b7029 --- /dev/null +++ b/Notify_prowl.md @@ -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 +``` \ No newline at end of file