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/ ```