Skip to main content

Send Mail

Send a specified message.

External Documentation

To learn more, visit the Microsoft Outlook documentation.

Basic Parameters

ParameterDescription
Message ObjectThe message object of the mail you want to send. For example:
<br/>{<br/> "subject": "Meet for lunch?",<br/> "body": {<br/> "contentType": "Text",<br/> "content": "The new cafeteria is open."<br/> },<br/> "toRecipients": [<br/> {<br/> "emailAddress": {<br/> "address": "frannis@contoso.onmicrosoft.com"<br/> }<br/> }<br/> ],<br/> "ccRecipients": [<br/> {<br/> "emailAddress": {<br/> "address": "danas@contoso.onmicrosoft.com"<br/> }<br/> }<br/> ]<br/>}<br/>
User IDThe 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

Workflow LibraryPreview this Workflow on desktop