• Least privileged Microsoft Graph permission to access the action via application: Mail.Send.
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID. 

To learn more, visit the Microsoft Outlook documentation.

Basic Parameters

ParameterDescription
Message ObjectThe message object of the mail you want to send. For example:{ "subject": "Meet for lunch?", "body": { "contentType": "Text", "content": "The new cafeteria is open." }, "toRecipients": [ { "emailAddress": { "address": "frannis@contoso.onmicrosoft.com" } } ], "ccRecipients": [ { "emailAddress": { "address": "danas@contoso.onmicrosoft.com" } } ]}
User ID or User Principal NameThe ID or userPrincipalName of the user.

Advanced Parameters

ParameterDescription
Save To Sent ItemsShould the new mail be saved in the Sent Items folder.

Workflow Library Example

Send Mail with Microsoft Outlook and Send Results Via Email

Preview this Workflow on desktop