From ba7cd2678493bdb32a9fb802d2e72ccaef01ebfa Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:00:56 -0400 Subject: [PATCH] Updated Notify_pushed (markdown) --- Notify_pushed.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_pushed.md b/Notify_pushed.md index 9bd3b87..87a5bea 100644 --- a/Notify_pushed.md +++ b/Notify_pushed.md @@ -44,5 +44,6 @@ Send a Pushed notification: ```bash # Assuming our {app_key} is sopJo0dVKVC9YK1F5wDQ # Assuming our {app_secret} is KWEtXxVm1PtDTTrKaEM49DhBd8MJvSMCHSvunPerbCf1MaNLO300roqOL0F8HErAl -apprise pushed://sopJo0dVKVC9YK1F5wDQ/KWEtXxVm1PtDTTrKaEM49DhBd8MJvSMCHSvunPerbCf1MaNLO300roqOL0F8HErAl +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + pushed://sopJo0dVKVC9YK1F5wDQ/KWEtXxVm1PtDTTrKaEM49DhBd8MJvSMCHSvunPerbCf1MaNLO300roqOL0F8HErAl ``` \ No newline at end of file