Email - document to attachment

Description - Makes the body of a document into an attachment

Runtime Class - com.ibi.agents.XDAttachmentFromDocAgent



Parameter Groups

 ParameterTypeDescription
*Attachment Name:stringName of the attachment as seen in the email.'
Content-Type:stringThe MIME type; if omitted one is generated based on data format

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
*Output Document:stringSets the output document of this object.

Select from one of the following options:
  • Input document {input} - Returns the input document.
  • Empty document {empty} - Returns a null or empty document.
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
fail_attachCould not perform the operation requested.