Digitoo is a document management system that streamlines the processing and handling of various document types. It offers robust features for uploading, managing, and tracking documents through different stages of their lifecycle, enhancing efficiency and accuracy in document workflows.
This connector downloads document original invoice file.
To learn more about the Digitoo API, see the Digitoo API documentation.
Configuration
Digitoo - Connection (ver. 1.1.0)
Your Digitoo account login email.
Password
Your Digitoo account password.
Digitoo - Error Behavior (ver. 1.0.0)
Error behavior
The available values are:
-
Fail and return response: The connector fails at the specified line but generates output with error details.
-
Fail without response: The connector fails - the error will be displayed only in the log.
-
Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.
Input & Output Schema
Input
Digitoo - Document ID (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
DocumentID | String | No | A unique identifier of a document |
Output
Digitoo - Download Document Response (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | A numerical response from the server to an HTTP request sent to an API |
ErrorKey | String | Yes | An optional error code returned by API |
Messages | Digitoo - Message v1.1.0 |
Yes | Digitoo - Message |
Content | Base64 | Yes | The document content encoded in Base64 format |
Status Code
- 200 Success
- 400 Bad request
- 500 Server error
Digitoo - Message (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Message | String | No | In the case of a failed scenario, an error message will be displayed |
Release notes
3.0.10
- First release