Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
indent14px
stylenone

...

FieldDescription
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.
CC ExpressionAs in the TO Expression, the list of users returned by this expression will be included on the CC line on the email.
BCC ExpressionAs in the TO Expression, the list of users returned by this expression will be included in the BCC line on the email.

...

.