mirror of https://github.com/caronc/apprise
Updated Notify_spontit (markdown)
parent
6a350c6422
commit
0915ea8ce3
|
@ -22,7 +22,7 @@ Channels are optional; if no channel is specified then you are just personally n
|
||||||
| user | Yes | This is the User ID associated with your Spontit account. It can be found on your [Spontit Profile page](https://spontit.com/profile).
|
| user | Yes | This is the User ID associated with your Spontit account. It can be found on your [Spontit Profile page](https://spontit.com/profile).
|
||||||
| apikey | Yes | This is the API key you generated for your Spontit account. It can be found (and generated if it doesn't already exist) [here](https://spontit.com/secret_keys).
|
| apikey | Yes | This is the API key you generated for your Spontit account. It can be found (and generated if it doesn't already exist) [here](https://spontit.com/secret_keys).
|
||||||
| channel_id | No | A Channel you wish to notify (vs just sending a notification to yourself).
|
| channel_id | No | A Channel you wish to notify (vs just sending a notification to yourself).
|
||||||
|
| subtitle | No | The subtitle of your push. Only appears on iOS devices.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a Spontit notification to all devices associated with a project:
|
Send a Spontit notification to all devices associated with a project:
|
||||||
|
@ -31,4 +31,8 @@ Send a Spontit notification to all devices associated with a project:
|
||||||
# - our {user} is user28635710302
|
# - our {user} is user28635710302
|
||||||
# - our {apikey} is a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
# - our {apikey} is a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
||||||
apprise spontit://user28635710302@a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
apprise spontit://user28635710302@a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
||||||
|
|
||||||
|
# Override the subtitle (Mac users only) by doing the following:
|
||||||
|
# You must use URL encoded strings, below the spaces are swapped with %20
|
||||||
|
spontit://myuser@myapi?subtitle=A%20Different%20Subtitle
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue