mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 18:12:47 +01:00
Created Notify_toasty (markdown)
parent
8c5648c8cc
commit
0359e0c5d6
27
Notify_toasty.md
Normal file
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user