Email Action Properties
Use the Email node to send emails to specified addresses. For full details on how to create Email nodes, including worked examples, see Email Action Configuration. All fields can be either literal values or expressions encapsulated within ${} syntax, for example The email address the email will be sent from. This should match the email address specified as the login email in your Outbound Emailer, see: Repository → Full Repository → Email Accounts → Outbound Emailer → Login. Login shows the email being used to send emails from PhixFlow. Reply To Specify an email address that reply emails will be go to. After emails are sent, if the email is then replied to the email will be sent to the value this field evaluates to. This allows emails to be sent from one email address but have users replies sent to another specified email address. // Send the message followed by a timestamp MyEmailer has run successsfully_ + ${now()} // Sends the content of the attribute MyMessage from // the in pipe ${in.MyMessage} defines whether to treat the email as HTML or plain text. The default setting is plain text, indicated by the toggle being switched off. This accepts JEP expressions in the format ${Connector.AttributeName} Treat the Message as HTML. Treat the Message as plain text. Select an existing File Table or create a new one. Once a file table has been selected, a filter field displays where a filter can be set to find all applicable files from that file table and include them as attachments on the sent email. Prioritise Throughput Over Ordering When disabled (default), records are processed in the order they are provided.Email Node Properties
Worked Example
Properties Tab
Basic Settings
${in.MyValue}
.Field Description Example Value Name Name given to the Email Node. This will be displayed on the actionflow canvas. MyEmailer From notifications@phixflow.com To The email address(es) the email will be sent to. Multiple addresses must be comma separated, if an expression evaluates to a list of email addresses then this will be converted automatically to the correct format. sale@phixflow.com CC The CC email addresses. Provided as a comma-separated list if multiple values are required. If an expression evaluates to a list then this will be converted automatically to the correct format. This is an optional field. info@phixflow.com, marketing@phixflow.com BCC The BCC email addresses. Provided as a comma-separated list if multiple values are required. If an expression evaluates to a list then this will be converted automatically to the correct format. This is an optional field. info@phixflow.com, marketing@phixflow.com responses@phixflow.com Subject The email's subject. This accepts JEP expressions in the format ${Connector.AttributeName} Message The content of the email. This can accept text direct as an input as well as JEP expressions. is HTML Attachments
Field Description File Table Advanced
Field Description