Created Notify_pushalot (markdown)

master
lead2gold 2017-11-29 20:26:03 -05:00
parent 6e2906c802
commit c34f7b7ca1
1 changed files with 23 additions and 0 deletions

23
Notify_pushalot.md Normal file

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