Skip to content
background-image background-image

ISDS outgoing changes reader

[ | version 3.0]

Building a comprehensive content for you: A Work in Progress...

Connector

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

Connector processing type: Row by row!

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 Outgoing Changed Messages Reader configuration

From

Date with time from which take the messages. (format: 2022-02-07T15:30:24.914Z for UTC or 2022-02-07T15:30:24.914 for local)

To

Date with time from which take the messages. (format: 2022-02-07T15:30:24.914Z for UTC or 2022-02-07T15:30:24.914 for local)

ISDS Messagebox configuration

Recipient ID

ID of message box. Input data can be referred by using placeholders, ie. ${input.ObjectID} will be replaced by value in ObjectID property.

ISDS Environment configuration

Testing Environment

When set to true messages are send to testing environment.

Input & Output Schema

Input

Data schema is optional

The connector does not expect a specific schema. The required data structure can be achieved by correct configuration. Although the selected connector doesn't require a schema generally, the individual integration task step may need to match the output data structure of the preceding task step and use a data schema selected from the repository or create a new input schema.

Output

ISDS outgoing changed message (ver. 1.1.0)

Column Data type Allow null Description
ID string No
MessageStatus integer Yes
MessageStatusName string Yes
DeliverySignedFileName string Yes
DeliverySignedFileContent Base64 Yes
DeliveryEvents ISDS Delivery event 1.0.0 Yes

ISDS delivery event (ver. 1.0.0)

Column Data type Allow null Description
Time DateTime Yes cas doruceni udalosti
Description string Yes popis udalosti

Release notes

3.0.7

  • Fixed loading dependant libraries.