Skip to main content

Email

Attach File by Id to Email Message

Attaches the file with the provided id to the input emailMessage. It runs when all the input link points are active.

Multi input✔️
Multi output
NameTypeDescription
emailMessageobjectEmail message of the node where input file will be attached to
NameTypeDescription
emailMessageobjectUpdated email message with the new attachment
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
File idrequiredThe id of the file that will be attached to the email message
Content idoptionalThe content id of the image for using inline images in HTML message bodies
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Attach File from URL to Email Message

Attaches the file with the provided URL to the input emailMessage. It runs when all the input link points are active.

Multi input✔️
Multi output
NameTypeDescription
emailMessageobjectEmail message of the node where input file will be attached to
NameTypeDescription
emailMessageobjectUpdated email message with the new attachment
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
File URLrequiredThe URL of the file that will be attached to the email message
Content idoptionalThe content id of the image for using inline images in HTML message bodies
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Attach File to Email Message

Attaches the provided file to the input emailMessage. It runs when all the input link points are active.

Multi input
Multi output
NameTypeDescription
emailMessageobjectEmail message of the node where input file will be attached to
fileobjectFile object that will be attached to the email message
NameTypeDescription
emailMessageobjectUpdated email message with the new attachment
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Content idoptionalThe content id of the image for using inline images in HTML message bodies
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Create Email Message

Creates a new email message. It runs when all the input link points are active. You need to have an SMTP (email) server to send an email created by this node.

Multi input✔️
Multi output
NameTypeDescription
inputobjectInput object of the node, mainly used to specify email message properties
NameTypeDescription
emailMessageobjectThe newly created email message
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
FromrequiredThe email address of the sender. From address needs to be a valid email address defined in the SMTP (email) server that will be used to send the email message.
TooptionalRecipients email address(es) that will appear on the "To" field
CcoptionalRecipients email address(es) that will appear on the "Cc" field
BccoptionalRecipients email address(es) that will appear on the "Bcc" field
Reply-tooptionalThe reply-to email address of the sender.
SubjectoptionalThe subject of the email
Text messageoptionalThe plain text version of the email message
HTML messageoptionalThe HTML version of the email message
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Send Email Message

Sends the input email message using the provided SMTP (email) server configuration. It runs when the email link points is active.

Multi input
Multi output
NameTypeDescription
emailMessageobjectThe email message that will be sent
NameTypeDescription
successtriggerOutput trigger of successful execution of the node
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
SMTP (email server) connectionrequiredThe SMTP (email server) connection settings to use to send the email message.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.