Actions12
- File Actions
- Template Actions
- Job Actions
Overview
This node interacts with the Json2Doc API to manage document templates, files, and jobs. Specifically, for the Template resource with the Download operation, it downloads a template file by its ID and outputs it as binary data. This is useful for workflows that need to retrieve and use document templates stored in Json2Doc, such as generating reports or letters based on predefined templates.
Use Case Examples
- Download a template file by its ID and use it in subsequent workflow steps for document generation or processing.
- Retrieve a template to inspect or modify it outside the Json2Doc platform.
Properties
| Name | Meaning |
|---|---|
| Template ID | The ID of the template to download. |
| Binary Property Name | The name of the binary property where the downloaded template file will be stored. |
Output
Binary
Contains the downloaded template file data stored under the specified binary property name.
JSON
templateId- The ID of the downloaded template.
Dependencies
- Requires an API key credential for Json2Doc API authentication.
Troubleshooting
- Common issues include invalid or missing Template ID, resulting in API errors.
- If the binary property name is incorrect or missing, the downloaded file may not be stored properly.
- API authentication errors if the API key credential is invalid or missing.
- Timeouts or network errors when downloading large template files.
Links
- Json2Doc API Documentation - Official API documentation for Json2Doc, useful for understanding available endpoints and parameters.