Connectors Reference

Trustual

Trustual gives evidence of integrity and time for your documents and files. Learn more in trustual.com.

 

Status: Preview

Tier: Premium

Version: 1.0

 

Actions:

Name

Summary

certify-file (certify-file-input body)

Certify file

certify-hash (certify-hash-input body)

Certify hash

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

certify-file-input

 

certify-hash-input

 

 

Actions:

certify-file

Summary: Certify file

Description: Certifies the existence and integrity of a file.

 

Syntax:

Trustual.certify-file (certify-file-input body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

certify-file-input

 

 

True

 

Returns:

 

certify-hash

Summary: Certify hash

Description: Certifies the existence and integrity of a file given its hash.

 

Syntax:

Trustual.certify-hash (certify-hash-input body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

certify-hash-input

 

 

True

 

Returns:

 


 

certify-file-input

Summary:

Description:

 

          Properties:

Name

Type

Summary

file_base_64

string(byte)

File Content

The content of the file.

language

string

Certificate Language

The language of the data certificate.  Values: [de, en, es, fr, it, nl]

offset

number

Time Zone Offset

Local time offset (in hours).

reference

string

Reference

A reference string (eg file name, case number, project code, etc.)

sandbox

boolean

Sandbox Mode

Run in sandbox mode for testing purposes.


 

certify-hash-input

Summary:

Description:

 

          Properties:

Name

Type

Summary

hash

string

Hash

The SHA-256 hash of the file.

language

string

Certificate Language

The language of the data certificate.  Values: [de, en, es, fr, it, nl]

offset

number

Time Zone Offset

Local time offset (in hours).

reference

string

Reference

A reference string (eg file name, case number, project code, etc.)

sandbox

boolean

Sandbox Mode

Run in sandbox mode for testing purposes.