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 | ❌ |
Name | Type | Description |
---|
emailMessage | object | Email message of the node where input file will be attached to |
Output link points
Name | Type | Description |
---|
emailMessage | object | Updated email message with the new attachment |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
File id | required | The id of the file that will be attached to the email message |
Content id | optional | The content id of the image for using inline images in HTML message bodies |
Error management | required | Error 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 | ❌ |
Name | Type | Description |
---|
emailMessage | object | Email message of the node where input file will be attached to |
Output link points
Name | Type | Description |
---|
emailMessage | object | Updated email message with the new attachment |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
File URL | required | The URL of the file that will be attached to the email message |
Content id | optional | The content id of the image for using inline images in HTML message bodies |
Error management | required | Error 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 | ❌ |
Name | Type | Description |
---|
emailMessage | object | Email message of the node where input file will be attached to |
file | object | File object that will be attached to the email message |
Output link points
Name | Type | Description |
---|
emailMessage | object | Updated email message with the new attachment |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Content id | optional | The content id of the image for using inline images in HTML message bodies |
Error management | required | Error 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 | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify email message properties |
Output link points
Name | Type | Description |
---|
emailMessage | object | The newly created email message |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
From | required | The 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. |
To | optional | Recipients email address(es) that will appear on the "To" field |
Cc | optional | Recipients email address(es) that will appear on the "Cc" field |
Bcc | optional | Recipients email address(es) that will appear on the "Bcc" field |
Reply-to | optional | The reply-to email address of the sender. |
Subject | optional | The subject of the email |
Text message | optional | The plain text version of the email message |
HTML message | optional | The HTML version of the email message |
Error management | required | Error 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 | ❌ |
Name | Type | Description |
---|
emailMessage | object | The email message that will be sent |
Output link points
Name | Type | Description |
---|
success | trigger | Output trigger of successful execution of the node |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
SMTP (email server) connection | required | The SMTP (email server) connection settings to use to send the email message. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |