From 7b36f5139658e4481705adc6d3f6341c73a1b923 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 30 Nov 2024 21:14:46 -0500 Subject: [PATCH] Updated Notify_office365 (markdown) --- Notify_office365.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Notify_office365.md b/Notify_office365.md index 675a03d..fabcfec 100644 --- a/Notify_office365.md +++ b/Notify_office365.md @@ -27,12 +27,13 @@ You will need to have a valid Microsoft Personal Account AND you will require Ad ## Syntax: -- `o365://{account_email}/{tenant_id}/{client_id}/{client_secret}/` -- `o365://{account_email}/{tenant_id}/{client_id}/{client_secret}/{targets}` +- `o365://{source}/{tenant_id}/{client_id}/{client_secret}/` +- `o365://{source}/{tenant_id}/{client_id}/{client_secret}/{targets}` ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | ----------- +| source | Yes | The **Email** OR the **ObjectID associated with your Azure Account you whish to send the email from. | tenant_id | Yes | The **Tenant ID** Associated with your Azure Application you created. This can also be referred to as your **Directory ID**. | account_email | Yes | The **Email** Associated with your Azure account. | client_id | Yes | The **Client ID** (also referred to as an Application ID) associated with your Azure Application you created. This can also be referred to as your **Application ID**.