mirror of https://github.com/caronc/apprise
Updated Notify_office365 (markdown)
parent
1eae167b82
commit
7b36f51396
|
@ -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**.
|
||||
|
|
Loading…
Reference in New Issue