From 0ae63cb9addba3653ea71c91ed61db5ce8b86258 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:27:18 -0500 Subject: [PATCH] Created Notify_pushjet (markdown) --- Notify_pushjet.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Notify_pushjet.md diff --git a/Notify_pushjet.md b/Notify_pushjet.md new file mode 100644 index 0000000..dab6bb2 --- /dev/null +++ b/Notify_pushjet.md @@ -0,0 +1,27 @@ +## Pushjet Notifications +* **Source**: https://pushjet.io/ +* **Icon Support**: No +* **Message Format**: Text +* **Message Limit**: 32768 Characters per message + +### Syntax +Valid syntax is as follows: +* **pjet**:://**{apikey}**@**{host}** +* **pjet**:://**{apikey}**@**{host}**:**{port}** +* **pjets**:://**{apikey}**@**{host}** +* **pjets**:://**{apikey}**@**{host}**:**{port}** + +### Parameter Breakdown +| Variable | Required | Description +| ----------- | -------- | ----------- +| apikey | Yes | The API Key associated with your Pushjet account. +| host | Yes | The Pushjet server. +| port | No | The port Pushjet is listening on. By default the port is **80** for **pjet://** and **443** for all **pjets://** references. + +#### Example +Send a Pushjet notification: +```bash +# Assuming our {apikey} is abcdefghijklmnop-abcdefg +# Assuming our {hostname} is pushjet.server.local +notify pjet://abcdefghijklmnop-abcdefg@pushjet.server.local +``` \ No newline at end of file