Mail.Send
.Parameter | Description |
---|---|
Attachments | Add attachments to the sent mail. Create file identifiers using the Set File Variable action and add them in a comma-separated list format. |
CC Recipients | An array of objects specifying the details of each CC recipient. Example:
|
Message Content | The message’s content body. |
Recipients | An array of objects specifying the details of each recipient. Example:
|
Subject | The message’s subject. |
User ID or User Principal Name | The ID or userPrincipalName of the user. |
Parameter | Description |
---|---|
Custom Message Headers | A JSON array of custom email headers. Can be used to trigger transport rules or an auto-labeling policies. Note: All header names must start with x- and include only lowercase letters, numbers, and hyphens.Format:
|
Save To Sent Items | Should the new mail be saved in the Sent Items folder. |