app:dynatrace.microsoft365.connector:mail.connection)
Microsoft 365 connections for sending emails
Schema ID | Schema groups | Scope |
---|---|---|
app:dynatrace.microsoft365.connector:mail.connection | - | environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.microsoft365.connector:mail.connection |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.microsoft365.connector:mail.connection | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.microsoft365.connector:mail.connection |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Connection namename | text | A unique name for the Microsoft 365 email connection This name needs to be unique and will be listed and selectable within the connection field of the Microsoft 365 send-email workflow action | required |
Directory (tenant) IDtenant_id | text | Directory (tenant) ID of your Azure Active Directory Please find the Directory (tenant) ID in the Microsoft Azure Portal using the service Azure Active Directory. | required |
Application (client) IDclient_id | text | Application (client) ID of your app registered in Microsoft Azure App registrations Please find the Application (client) ID in the Microsoft Azure Portal using the service App registrations. | required |
"From" email addressfrom_address | text | The email address from which the messages will be sent Please provide a valid email address from which the messages will be sent. Example: service.user@company.com | required |
Typetype | enum | Type of authentication method that should be used
| required |
Client Secretclient_secret | secret | Client secret of your app registered in Microsoft Azure App registrations Please find the Client Secret in the Microsoft Azure Portal using the service App registrations. | required |