Skip to content
background-image background-image

Xeelo Attachment Download Connector

[ | version 3.1]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

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.