Skip to content

Email#

The Email node sends an email to one or more recipients.

Settings#

  • To: The recipient email address(es) — can be a fixed value or flow variable
  • From: The sender address (optional)
  • Subject: The email subject line — can contain flow variables
  • Message: The email body — can contain flow variables and HTML formatting
  • Attachments: Optionally attach files (e.g. documents or generated reports)
  • Ignore empty placeholders: If checked, placeholders with no value are removed from the message rather than shown as empty
  • Ignore empty attachments: If checked, empty attachment values are skipped

Table Variable Alignment#

When inserting a variable of type Table into the email message content, you can control how the rendered table columns and values are aligned. The alignment option is available in the variable settings of the Email node.

The following alignment options are supported:

Option Description
Left Aligns all table column headers and cell values to the left (default)
Center Centers all table column headers and cell values
Right Aligns all table column headers and cell values to the right

Below you can see the alignment settings at the Email node and an example of the resulting email with Center alignment applied:

Table Variable Alignment Settings

Email Result with Center Alignment

Multiple Recipients#

You can send an email to multiple recipients by separating their email addresses with a comma, e.g. person1@mail.com,person2@mail.com

Using Variables#

If you want to send an email using variables, you can use the Text Resolver node to combine email addresses, e.g. "Tobias Wagner / Email", person2@mail.com, "Marta Schmidt / Email"

See Flow Designer