diff --git a/Notify_toasty.md b/Notify_toasty.md new file mode 100644 index 0000000..0ce5ce4 --- /dev/null +++ b/Notify_toasty.md @@ -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 +```