Updated Notify_office365 (markdown)

master
Chris Caron 2024-11-30 21:14:46 -05:00
parent 1eae167b82
commit 7b36f51396
1 changed files with 3 additions and 2 deletions

@ -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**.