Send Email
Reference documentation for using the Email Send Email action
Written By Support Channel
Last updated 8 months ago
Overview of the Send Email action
The Send Email action enables a workflow to send an email to a specified recipient using a configured email service. This can be used to notify users, escalate issues, or send automated responses as part of a broader workflow.
Purpose | To send an email message through a predefined email configuration using either plain text or HTML content. |
Parameters | 1 Email Configuration |
Output | None |
Understanding the Send Email action
The Send Email action allows you to send emails from within your workflow using a configured outbound mail server. You can send simple text emails or styled messages using HTML. The content and format can be defined statically or dynamically using expressions, allowing for highly personalised or automated messages depending on the context of the workflow.
Email Configuration
Choose the email configuration that defines the sender address, SMTP server and authentication.
To
Enter the recipientβs email address. This can be a static email or dynamically pulled from a user profile or data source.
Text Content
Provide the body of the message in either plain text into the Text Content field.
HTML Content
Provide the body of the message in either HTML text into the HTML Content field.

Working with the Send Email action
The Send Email action is designed to support a wide range of notification scenarios, from sending confirmations to alerting users or technicians of key workflow events.
Note
When populating the content fields, if you populate the Text Content field and then populate the HTML Content, the Text Content field will be ignored and overridden by the content in the HTML Content field.
If this action needs to activate for multiple people, you will need to loop through an array of email addresses using the For Each action and trigger the Send Email action for each.
Create and manage Send Email actions
Add a Send Email action
Add the action
Use the following steps to add the action to your workflow.
Configure the action
Set values for the Email Configuration, To, Subject and Text Content/HTML Content.
Click back in the main view to hide the slide-over.
Delete a Send Email action
Use the following steps to remove the action from your workflow.
Take care when deleting an action to also remove any logic using its outputs: workflow steps may function incorrectly or break if they attempt to evaluate an output of a deleted action.