Skip to content
background-image background-image

xeelo

Xeelo Attachment Download Connector

  • Version

    3.1

  • Agent restriction

    None

  • Processing type

    Row by row

  • Multi-input step

    Not Supported

The Xeelo Attachment Download connector allows you to download attachments from Xeelo Attachment storage directly to Integray.

Xeelo prerequisites

To successfully perform an attachment download from Xeelo, you must have:

  1. A defined service account in your Xeelo instance with:
    1. An access token (needed in configuration).
    2. Defined access to the target Xeelo attachment storage.

Configuration

Xeelo Connection configuration

Server URL

URL of your running Xeelo site.

Authorization token

The access token for the service account defined on your running Xeelo site.

Xeelo Attachment Download configuration

Timeout

Timeout in seconds. The default value is 100 seconds.

Input & Output Schema

Input

Xeelo attachment download input (ver. 1.0.0)

Column Data type Allow null Description
Hash string No Hash of attachment to be downloaded from Xeelo

Output

Xeelo attachment download output (ver. 1.0.0)

Column Data type Allow null Description
Filename string No Name of file returned from Xeelo storage
ContentType string No Content type of file returned from Xeelo storage
ContentSize integer No Content size of file returned from Xeelo storage
Content Base64 No File content returned from Xeelo storage

Release notes

3.1.0

  • Added new description and icon.

3.0.3

  • Fixed shared nuget package versions.

3.0.2

  • Fixed right processing of nullable properties.