Email

The Email block is used for sending emails. It includes the following main components: Connector, Email field, Subject and Message text.

An SMTP connector is an aggregator through which emails are sent. The connector includes all necessary settings for connecting to mail servers.

The Email field contains the email addresses of recipients to whom the email will be sent. Email addresses can be specified directly:

And also through a variable:

The Subject and Message text represent the content of the email being sent. The Subject indicates the topic of the email, while the Body contains the main message.

Usage example:

  1. Configure an SMTP-connector with all necessary parameters for connecting to the mail server;
  2. Specify the configured SMTP-connector in the Email block;
  3. In the Email field, enter the recipient’s address (or pass it through a variable);
  4. Fill in the Subject and Email Body fields;
  5. Send the email using the configured SMTP connector.
On this page