Actions26
- Archiv Actions
- Dokument Actions
- Dokument herunterladen
- Dokument mit Klassifikation herunterladen
- Dokumentversion herunterladen
- Dokumentinformationen abrufen
- Dokument hochladen
- Dokument mit PDF hochladen
- Templates für Datei abrufen
- Duplizierungscheck durchführen
- Version mit PDF hinzufügen
- Version hinzufügen
- Klassifikation mit Template-Erkennung abrufen
- Dokumenttyp Actions
- Klassifikation Actions
- Suche Actions
- Ordner Actions
Overview
This node integrates with the ecoDMS document management system, allowing users to manage and retrieve information about documents and related resources. Specifically, the "Dokumentinformationen abrufen" (Retrieve Document Information) operation fetches detailed metadata and properties of a specified document by its ID.
Common scenarios for this node include:
- Automating workflows that require fetching document details from ecoDMS for processing or reporting.
- Integrating ecoDMS document data into other systems or dashboards.
- Triggering actions based on document metadata, such as status or classification.
Example use case: A user wants to automatically retrieve and log metadata of a document when it is updated in ecoDMS, using the document's ID to get its current information.
Properties
| Name | Meaning |
|---|---|
| Dokument-ID | The numeric ID of the document for which information should be retrieved. |
Output
The node outputs an array of JSON objects representing the requested document information. Each object contains detailed metadata fields about the document, such as title, creation date, author, status, classification, and other relevant attributes managed by ecoDMS.
If the node supports binary data output (not explicitly shown here), it would typically represent the actual document file content or attachments.
Dependencies
- Requires an API key credential for authenticating with the ecoDMS server.
- The ecoDMS server URL must be configured in the credentials.
- Network access to the ecoDMS API endpoint is necessary.
Troubleshooting
Error: "Server-URL ist nicht konfiguriert."
This indicates the ecoDMS server URL is missing in the node credentials. To fix, configure the server URL in the API authentication settings.Unsupported Resource Error
If a resource other than those supported by the node is selected, an error will occur. Ensure the resource parameter is set correctly.General Processing Errors
Any unexpected errors during execution are wrapped and reported with a message "Fehler bei der Verarbeitung". Check network connectivity, API credentials, and input parameters.
Links and References
- ecoDMS Official Website
- ecoDMS API Documentation (if publicly available)
- n8n Documentation on Creating Custom Nodes