The send email node is only available for Email flows, to configure the send email node select it while in the flow designer view.
After selecting the Send email node, click on the 3 dots located in the top right corner of the node and select “edit”.
From here you will be able to configure the send email node.
There are 4 input fields to configure:
- From - allows you to select one of the available email addresses to reflect as your “from” email address.
- To - allows you to set the recipient of the email (multiple recipients cant be set). The variable is set to “${from} by default, this will send an email to the original sender.
- Subject - allows you to set the subject of the email. The variable “${subject}” is set by default, this will send an email containing the original subject line.
- Email content - allows you to set predetermined content for the email.
- Custom variables can be used in the content field if correctly configured with additional nodes e.g API input node, decision node, and set variables node.
Once you have completed the configuration of the send email node, click “Done” to save your changes or “Cancel” to undo your configuration.
*imp - There are a number of standard variables that can be used with the “Send Email” node such as:
- INTERACTION_ID_VARIABLE_NAME = "interaction_id"
- FROM = "from"
- TO = "to"
- START_TIMESTAMP = "start_timestamp"
- BODY = "body"
- SUBJECT = "subject"
Additional variables can be configured in combination with the API input node, decision node, and set variables node.