Updated Notify_spontit (markdown)

master
Chris Caron 2020-07-24 16:22:49 -04:00
parent 6a350c6422
commit 0915ea8ce3
1 changed files with 5 additions and 1 deletions

@ -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).
| 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).
| subtitle | No | The subtitle of your push. Only appears on iOS devices.
#### Example
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 {apikey} is 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
```