From c34f7b7ca1aca74f2dde84c6bb312cc62d44583b Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:26:03 -0500 Subject: [PATCH] Created Notify_pushalot (markdown) --- Notify_pushalot.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Notify_pushalot.md diff --git a/Notify_pushalot.md b/Notify_pushalot.md new file mode 100644 index 0000000..9e6d76f --- /dev/null +++ b/Notify_pushalot.md @@ -0,0 +1,23 @@ +## Pushalot Notifications +* **Source**: https://pushalot.com (also see https://ifttt.com/pushalot) +* **Icon Support**: Yes +* **Message Format**: Text +* **Message Limit**: 32768 Characters per message + +There isn't too much configuration for Pushalot notifications. The message is basically just passed to your online Pushalot account and then gets relayed to your Microsoft device(s) from there. + +### Syntax +Valid syntax is as follows: +* **palot**:://**{authorizationtoken}** + +### Parameter Breakdown +| Variable | Required | Description +| ----------- | -------- | ----------- +| authorizationtoken | Yes | The authorization token associated with your Pushalot account. + +#### Example +Send a Pushalot notification +```bash +# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg +notify palot://abcdefghijklmnop-abcdefg +```