From f8f56e33ef7627808918bbb5b41a670332f2dc3a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:46:56 -0400 Subject: [PATCH] Updated Notify_office365 (markdown) --- Notify_office365.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_office365.md b/Notify_office365.md index ff930d4..229931e 100644 --- a/Notify_office365.md +++ b/Notify_office365.md @@ -56,5 +56,6 @@ Send a email notification to our your Office 365 account: # Assuming our {account_email} is chuck.norris@roundhouse.kick # Assuming our {client_id} is zz-yy-xx-ww # Assuming our {client_secret} is rt/djd/jjd -apprise o365:///ab-cd-ef-gh:chuck.norris@roundhouse.kick/zz-yy-xx-ww/rt/djd/jjd +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + o365:///ab-cd-ef-gh:chuck.norris@roundhouse.kick/zz-yy-xx-ww/rt/djd/jjd ``` \ No newline at end of file