From 3c1aece12226c51913491745e2fbb9c1556acb80 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:06:15 -0400 Subject: [PATCH] Updated Notify_msteams (markdown) --- Notify_msteams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_msteams.md b/Notify_msteams.md index 50a0523..85c96c4 100644 --- a/Notify_msteams.md +++ b/Notify_msteams.md @@ -52,6 +52,6 @@ Send a Microsoft Teams notification: # Assuming our {tokenA} is T1JJ3T3L2@DEFK543 # Assuming our {tokenB} is A1BRTD4JD # Assuming our {tokenC} is TIiajkdnlazkcOXrIdevi7F -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ msteams:///T1JJ3T3L2@DEFK543/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/ ```