Skip to content
background-image background-image

Xeelo Attachment Upload 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 Upload connector allows you to upload new attachments to Xeelo Attachment storage directly from Integray.

Xeelo prerequisites

To successfully perform an attachment upload into 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 Upload configuration

Storage ID

The ID of the target storage defined on your running Xeelo site.

Timeout

Timeout in seconds. The default value is 100 seconds.

Input & Output Schema

Input

Xeelo attachment upload input (ver. 1.0.0)

Column Data type Allow null Description
Filename string No Name of file to be uploaded into Xeelo storage
Content Base64 No File content to be uploaded into Xeelo storage

Output

Xeelo attachment upload output (ver. 1.0.0)

Column Data type Allow null Description
Hash string No Returned hash from Xeelo storage for uploaded file

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.