Sends an e-mail to the designated recipient(s) with the specified subject, body, and attachments. Emails sent using this callout (vs. the Email BIC) are subject to the Email Manager configuration (described below)
Inputs
- email_from - Optional from address. If empty, global default will be used.
- email_to - Comma-delimited list of any combination of e-mail addresses, Enable user logins, or Enable Group names.
- email_cc - Comma-delimited list of optional CC e-mail address. If empty, global default will be used.
- email_subject - Subject line for e-mail
- email_body - Body text for e-mail
- email_attachment - Fully-qualified path to file to be attached to the e-mail message
Outputs
- email_send_status - Results of e-mail send operation (SUCCESS or FAIL)
- email_send_message - Detailed error message if email.send.status is FAIL