Office 365 Outlook – Send email
This activity sends an email through Office 365 to selected email addresses. A connection must first be configured to Microsoft Office 365 – Outlook from Workflow to use this activity. The email content, recipients (including CC and BCC recipients), and email attachments can be specified.
Parameters | Description |
---|---|
Connection |
Drop-down list of Microsoft Office 365 connections. |
To |
Array of email addresses to which the email will be sent. |
Cc |
Array of email addresses to be sent a copy of the email. |
Bcc |
Array of email addresses to be sent a blind copy of the email. |
Subject |
Subject of the email. |
ContentType |
Options are 'html' or 'text'. |
Body |
Body of the email. |
Importance |
Options are 'normal', 'low' and 'high' to indicate the importance of the email when it is delivered. |
ReplyTo |
Array of email addresses to be used when receivers reply to the email. |
RequestDeliveryReceipt |
Whether to request a delivery receipt when the email is delivered to the receiver. |
RequestReadReceipt |
Whether to request a read receipt when the email is read by the receiver. |
UserId |
User associated with the Microsoft Office 365 connection, if required. |
Sender |
Email address of the sender. |
From |
Normally the same as the Sender value, unless this is a shared mailbox, and then the owner of the mailbox can be specified. |
Attachments |
Array of file names for attachments to be sent. |
AttachmentUrls |
Array of urls to be sent as attachments. The attachment will be downloaded from the url and attached to the email. |
Parameters | Description |
---|---|
ResponseBody |
Returns the JSON formatted response from the activity. |
StatusCode |
HTTP response code for the request |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |