Actions
Send Email
Send a secure email via Mimecast.
To learn more, visit the Mimecast documentation.
Parameters
Parameter | Description |
---|---|
BCC | List of recipient’s email addresses as BCC, each represented by a json object.Format: [ { "emailAddress": "example@mail.com", "displayableName": "example_name" }, { "emailAddress": "example2@mail.com", "displayableName": "example2_name" } ] Note: The displayableName attribute isn’t required. |
CC | List of recipient’s email addresses as CC, each represented by a json object.Format: [ { "emailAddress": "example@mail.com", "displayableName": "example_name" }, { "emailAddress": "example2@mail.com", "displayableName": "example2_name" } ] Note: The displayableName attribute isn’t required. |
Email Subject | Specify the email subject. |
Extra Headers | List of email headers to add, each represented by a json object.Format:[ { "name": "header_name", "value": "header_value" }] |
From | Specify the email address to send the email from. |
HTML content | The HTML content of the email. |
Plain text content | The plain text content of the email. |
Recipients List | List of recipient’s email addresses, each represented by a json object.Format: [ { "emailAddress": "example@mail.com", "displayableName": "example_name" }, { "emailAddress": "example2@mail.com", "displayableName": "example2_name" } ] Note: The displayableName attribute isn’t required. |
Example Output
Workflow Library Example
Send Email with Mimecast and Send Results Via Email
Preview this Workflow on desktop