Skip to content
background-image background-image

ISDS - Sender connector

[ | version 3.0]

Connector

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

Connector processing type: Row by row!

This connector allows to send messages to CPost messagebox. Attached files will be acquired from Xeelo User instance (identified by ServerUrl, Token and Attachment Hash).

Configuration

ISDS Connection configuration

Username

Defines the login name that is used for CPost messagebox authentication.

Password

Defines the password that is used for CPost messagebox authentication.

Credentials

Supported credential types:

  • ManualInput - login credentials are taken from this configuration properties UserName and Password.
  • TakeFromInput - login credentials are taken foreach input row from input data properties UserName and Password.

ISDS Environment configuration

Testing Environment

When set to true messages are send to testing environment.

ISDS Xeelo Connection configuration

Server URL

Xeelo User instance server url to acquire attachments.

Authorization Token

Xeelo User instance authorization token to acquire attachments.

Input & Output Schema

Input

ISDS sender input (ver. 1.1.0)

Column Data type Allow null Description
Username string Yes Username to login to messagebox
Password string Yes Password to login to messagebox
Annotation string Yes Important message text information
Type string Yes Message type - I or O
SenderOrgUnit string Yes Optional sender address data information
SenderOrgUnitNum integer Yes Optional sender address data information
SenderRefNumber string Yes Message sender reference number
SenderIdent string Yes Message sender file number
RecipientRefNumber string Yes Message recipient reference number
RecipientIdent string Yes Message recipient file number
LegalTitleLaw integer Yes Message law number information
LegalTitleYear integer Yes Message law year information
LegalTitleSect string Yes Message law section information
LegalTitlePar string Yes Message law paragraph information
LegalTitlePoint string Yes Message law point information
PersonalDelivery bool Yes Into their own hands flag
AllowSubstDelivery bool Yes Allowed to deliver fiction flag
OVM bool Yes Organ of public power information
OVMSpecified bool No Organ of public power information flag is specified
PublishOwnID bool Yes Add sender identity information to message
PublishOwnIDSpecified bool No Add sender identity information to message flag is specified
Files ISDS Sender File 1.1.0 Yes Attached files
Recipients ISDS Sender Recipient 1.0.1 Yes Recipients

ISDS sender file (ver. 1.1.0)

Column Data type Allow null Description
Name string Yes Name of file
MetaType string No Meta type
XeeloAttachmentHash string No Xeelo Attachment Hash for getting attachment from Xeelo
FileGuid string Yes Internal marking information about document
UpFileGuid string Yes Internal marking information about document connection
Format string Yes May contain form name for fill XML data

MetaTypes:

  • main - the first document file
  • enclosure - attachment file
  • signature - digital signature file
  • meta - specific XML data formated file

ISDS sender recipient (ver. 1.0.1)

Column Data type Allow null Description
IDRecipient string No Recipient Messagebox identification
ToHands string Yes Information for whom the message is intended
RecipientOrgUnit string Yes Optional recipient address data information
RecipientOrgUnitNum Integer Yes Optional recipient address data information

Output

Result of ISDSSender connector are informations about sended message ID.

ISDS sender output (ver. 1.0.1)

Column Data type Allow null Description
ID string No ID of message

Release notes

3.0.9

  • The latest version of the connector now supports seamless file sending suitable for data mailboxes.
  • Find more information about the changes here.

Apple Users

  • For Apple users, it's essential to compress files via the terminal command to exclude hidden files, ensuring data mailbox compatibility.
  • Use: zip -r newNameForZipFolder.zip SourceFolder -x "*.DS_Store" -x "__MACOSX".

Windows Users

  • For Windows users, standard compression suffices as it does not generate hidden files, making the process straightforward and compatible with data mailboxes.

3.0.7

  • Fixed loading dependant WCF libraries.

3.0.6

  • Plugin binaries update as a result of included connector change.

3.0.5

  • Updated package binaries because of changes in another included connector.

3.0.4

  • Fixed shared nuget package versions.

3.0.3

  • Fixed right processing of nullable properties.