Configuration
DigiSign Connection configuration
Server URI
Define URI which is called
Access Key
Define access key that is used for authentication of the connection
Secret
Define secrete key that is used for authentication of the connection
DigiSign Xeelo Connection configuration
Server url
Define Server Url which is called
Authorization token
Define authorization token that is used for authentication of the connection
Input & Output Schema
Input
DigiSign Create and Send Envelope Input (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Metadata | string | Yes | |
EmailSubject | string | No | |
EmailBody | string | No | |
EmailBodyCompleted | string | No | |
SenderName | string | Yes | |
SenderEmail | string | Yes | |
Expiration | integer | Yes | |
ValidTo | DateTime | Yes | |
SignatureType | string | Yes | |
AuthenticationOnOpen | string | Yes | |
AuthenticationOnSignature | string | Yes | |
AuthenticationOnDownload | string | Yes | |
ChannelForSigner | string | Yes | |
ChannelForDownload | string | Yes | |
TimestampDocuments | bool | Yes | |
Properties | DigiSign Envelope Properties 1.0.0 |
Yes | |
Documents | DigiSign Envelope Document 1.0.0 |
No | |
Recipients | DigiSign Envelope Recipient 1.1.0 |
No |
DigiSign Envelope Properties (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
MergeDocuments | bool | Yes | |
MergedDocumentName | string | Yes | |
DeclineAllowed | bool | Yes | |
DeclineReasonRequired | bool | Yes |
DigiSign Envelope Document (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Metadata | string | Yes | |
Name | string | No | |
XeeloAttachmentHash | string | No | |
Position | integer | Yes | |
Signable | bool | Yes |
DigiSign Envelope Recipient (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Metadata | string | Yes | |
Role | string | No | |
SignatureType | string | Yes | |
Name | string | No | |
Alias | string | Yes | |
string | No | ||
Mobile | string | No | |
EmailBody | string | Yes | |
EmailBodyCompleted | string | Yes | |
AuthenticationOnOpen | string | Yes | |
AuthenticationOnSignature | string | Yes | |
AuthenticationOnDownload | string | Yes | |
Language | string | Yes | |
SigningOrder | integer | Yes | |
SignaturePlaceholder | string | No | |
SignaturePositioning | string | Yes | |
IntermediaryName | string | Yes | |
IntermediaryEmail | string | Yes |
Output
DigiSign Envelope Hash (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Envelope | string | No |
Release notes
3.0.3
- Fixed shared nuget package versions.