From 9e2e2365c6f7d6f567e551d6766e178780ab422f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:11:52 -0400 Subject: [PATCH] Updated Notify_faast (markdown) --- Notify_faast.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_faast.md b/Notify_faast.md index 9277512..5747a27 100644 --- a/Notify_faast.md +++ b/Notify_faast.md @@ -20,5 +20,6 @@ Valid syntax is as follows: Send a Faast notification ```bash # Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg -apprise faast://abcdefghijklmnop-abcdefg +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + faast://abcdefghijklmnop-abcdefg ``` \ No newline at end of file