Skip to main content

Send Email Action

Send Email Action sends an email message through a configured email server or connection. It is commonly used to notify users, send reports, deliver automated responses, or communicate workflow results.It requires an email connection context and sends the message to the specified recipients.

Appearance

In Talos, Send Email Action appears as a rectangular node with an email/send icon, indicating message transmission. It shows all necessary componetns like sender and subject.

Decision Icon

Properties

As all Actions, Send Email Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
SubjectString
The email subject line.
Sender NameString
The display name of the sender.
RecipientsTags
The recipient email address(es).
CC RecipientsTags
Carbon copy recipients.
BCC RecipientsTags
Blind carbon copy recipients.
BodyEmail_Body
The email body content.
AttachmentsString
Paths to files to attach to the email.