Description - Emits email to host:port with various options including input data as attachment

Runtime Class - com.ibi.agents.XDEmailEmitAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*To:stringThe destination address of this email. Use ';' to delimit multiple addresses.
From:stringThe senders email address.
Subject:stringThe subject of this email.
Cc:stringEmail address to carbon copy to. Use ';' to delimit multiple addresses.
Bcc:stringEmail address to send a blind copy to. Use ';' to delimit multiple addresses.
Reply To:stringAddress to replyto for this email. Use ';' to delimit multiple addresses.
* - denotes required
 ParameterTypeDescription
Body:stringSets the emails message body. If not set, the incoming document will be uses as the message body.
Content Type:stringMIME Type of the email

Select from one of the following options:
  • application/csv
  • application/json
  • application/pdf
  • application/x-compressed
  • application/xml
  • application/zip
  • binary/octet-stream
  • image/gif
  • image/jpg
  • image/png
  • multipart/x-zip
  • text/css
  • text/csv
  • text/html
  • text/javascript
  • text/json
  • text/plain
  • text/xhtml
  • text/xml
* - denotes required
 ParameterTypeDescription
Register Name:stringA register which contains additional email headers to be included in the email.
* - denotes required
 ParameterTypeDescription
Priority:stringMarks the priority of the outgoing email.

Select from one of the following options:
  • Highest (1) {1} - Highest email priority
  • Normal (3) {3} - Normal email priority
  • Lowest (5) {5} - Lowest email priority
Sensitivity:stringMarks the sensitivity of the outgoing email.

Select from one of the following options:
  • Normal {normal} - Normal Sensitivity
  • Personal {personal} - Personal Sensitivity
  • Private {private} - Private Sensitivity
  • Confidential {company-confidential} - Confidential Sensitivity
* - denotes required
 ParameterTypeDescription
Name:stringName of email attachment. (Required when adding an email attachment)
Content Type:stringMIME Type of the attachment.

Select from one of the following options:
  • application/csv
  • application/json
  • application/pdf
  • application/x-compressed
  • application/xml
  • application/zip
  • binary/octet-stream
  • image/gif
  • image/jpg
  • image/png
  • multipart/x-zip
  • text/css
  • text/csv
  • text/html
  • text/javascript
  • text/json
  • text/plain
  • text/xhtml
  • text/xml
File Attachment:stringInput document tag name that holds a path to a file to be attached.
Document Attachment:booleanIf true, the inbound document is treated as an attachment.
* - denotes required
 ParameterTypeDescription
Output Document:stringSets the outbound document of this object.

Select from one of the following options:
  • Status document {status} - Returns a status document.
  • Input document {input} - Returns the input document of the object.
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnFailConnectionCould not connect to the external system.