From 0915ea8ce3c6068460ea73e7d39c2bd4e0af49a6 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 24 Jul 2020 16:22:49 -0400 Subject: [PATCH] Updated Notify_spontit (markdown) --- Notify_spontit.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Notify_spontit.md b/Notify_spontit.md index 3482143..15ae759 100644 --- a/Notify_spontit.md +++ b/Notify_spontit.md @@ -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 ```