...
Field | Description |
---|---|
Email From | The Email Address the generated email will appear from. An Expression that must evaluate to a fixed string. |
Subject Expression | Allows the user to build a PhixFlow Expression which will be used to create the Email Subject. Must evaluate to a fixed string. |
Attach File | Whether or not the file should be attached to the email sent. |
Zip File | This option only appears when the option to Attach File is selected. This specifies whether or not the attached file will be zipped. |
Message Expression | Allows the user to build a PhixFlow Expression which will be used to create the message body of the email. Must evaluate to a fixed string. |
User Recipients | Tab containing a summary list of each Recipient set up to receive the email. |
Recipients Expression | Allows the user to build a PhixFlow Expression which will be used 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 Rules on the Email Recipients tab. 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 either be a single fixed string which should be a valid email address or a list object which contains one or more strings, each of which must be a valid email address. |
...