TO Expression | Enter a PhixFlow expression to calculate the recipients for the email. The recipients returned by this expression will be added to the list of recipients returned by the individual User Notification Rule on the Email Recipients section.
For example to simply enter a list of email addresses, you can enter an expression such as: ["john.smith@acme.com","jane.doe@corp.com"] The result of the expression must be: - either a single plain text string that should be a valid email address
- or a list object that contains one or more strings, each of which must be a valid email address.
|