From 876dd98c2058d33aadcefa05e98f77beb1e30a53 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:48:11 -0400 Subject: [PATCH] Updated Notify_wxteams (markdown) --- Notify_wxteams.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_wxteams.md b/Notify_wxteams.md index 76d762a..a00133b 100644 --- a/Notify_wxteams.md +++ b/Notify_wxteams.md @@ -41,5 +41,6 @@ Valid syntax is as follows: Send a Webex Teams notification: ```bash # Assuming our {token} is T1JJ3T3L2DEFK543 -apprise wxteams:///T1JJ3T3L2DEFK543/ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + wxteams:///T1JJ3T3L2DEFK543/ ```