Skip to content

Send Email

Impure

Sends an email.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Fires when email is successfully sent.

Data Inputs

To

INPUT

Recipient email(s), either a string or a list of strings.

From

INPUT

Sender email address.

Subject

INPUT

Email subject.

Body

INPUT

Email body in HTML format.

CC

INPUT

CC email(s), either a string or a list of strings.

Attachments

INPUT

Map of attachment name and Base64 encoded content.

Settings

Error On Failure

BOOLEAN

If true, will throw an error if the email failed to send.

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing