Send Mail
Send a specified message.
- 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.
External Documentation
To learn more, visit the Microsoft Outlook documentation.
Basic Parameters
Parameter | Description |
---|---|
Message Object | The message object of the mail you want to send. For example:
|
User ID or User Principal Name | The ID or userPrincipalName of the user. |
Advanced Parameters
Parameter | Description |
---|---|
Save To Sent Items | Should 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