diff --git a/Notify_office365.md b/Notify_office365.md index c3abb83..243998f 100644 --- a/Notify_office365.md +++ b/Notify_office365.md @@ -45,4 +45,14 @@ But basically it amounts to: 1. You can do this from the **Authentication** -> **Add a platform** 1. Choose **Web Application**. 1. Enter the URI `https://login.microsoftonline.com/common/oauth2/nativeclient` -1. Now you're good to go. :slightly_smiling_face: \ No newline at end of file +1. Now you're good to go. :slightly_smiling_face: + +#### Example +Send a email notification to our your Office 365 account: +```bash +# Assuming our {tenant_id} is ab-cd-ef-gh +# 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 +``` \ No newline at end of file