Created Notify_toasty (markdown)

lead2gold 2017-11-29 20:29:39 -05:00
parent 8c5648c8cc
commit 0359e0c5d6

27
Notify_toasty.md Normal file

@ -0,0 +1,27 @@
## Super Toasty Notifications
* **Source**: http://supertoasty.com/
* **Icon Support**: Yes
* **Message Format**: Text
* **Message Limit**: 32768 Characters per message
There isn't too much configuration for Super Toasty notifications. The message is basically just passed to your online Super Toasty account and then gets relayed to your device(s) you've setup from there.
By default,
### Syntax
Valid syntax is as follows:
* **toasty**:://**{user_id}**@**{device_id}**
* **toasty**:://**{user_id}**@**{device_id1}**/**{device_id2}**/**{device_idN}**
### Parameter Breakdown
| Variable | Required | Description
| ----------- | -------- | -----------
| user_id | Yes | The user identifier associated with your Super Toasty account.
| device_id | No | The device identifier to send your notification to.
#### Example
Send a Super Toasty notification a configured device:
```bash
# Assuming our {user_id} is nuxref
# Assuming our {device_id} is abcdefghijklmnop-abcdefg
notify toasty://nuxref@abcdefghijklmnop-abcdefg
```