Actions27
- Public Administration Actions
- Public Actions
- Public Transactions Actions
- Get Indexes Account
- Post Indexes Account
- Get Indexes Categories
- Post Indexes Categories
- Get Indexes Customer
- Post Indexes Customer
- Get Invoices
- Patch Invoices
- Get Orders
- Post Orders
- Get Payments
- Patch Payments
- Get Indexes Status
- Post Indexes Status
- Get Indexes Tax Rate
- Post Indexes Tax Rate
- Get Indexes Vendor
- Post Indexes Vendor
Overview
This node interacts with the Dokka API to retrieve information about a specific invoices folder within a company’s Dokka account. It is useful for workflows that need to access or process invoice data stored in Dokka folders, such as automating invoice retrieval, validation, or integration with accounting systems.
A practical example would be a workflow that, given a folder ID and company ID, fetches all invoices contained in that folder to perform further processing like data extraction or sending notifications.
Properties
| Name | Meaning |
|---|---|
| Folder Id | The unique identifier of the Dokka invoices folder you want to retrieve. |
| Company ID | The unique identifier of the Dokka company under which the folder exists. |
Output
The node outputs JSON data representing the contents or metadata of the specified invoices folder from Dokka. This typically includes details about the invoices stored in that folder.
If the node supports binary data output (not explicitly shown in the provided code), it would represent files or attachments related to the invoices.
Dependencies
- Requires an active connection to the Dokka API.
- Needs an API authentication token or key configured in the node credentials to authorize requests.
- The base URL for the Dokka API must be set in the node credentials or environment configuration.
Troubleshooting
- Missing or invalid Folder Id / Company ID: Ensure these IDs are correctly provided and correspond to existing entities in Dokka.
- Authentication errors: Verify that the API key or token is valid and has sufficient permissions.
- Network issues: Confirm that the base URL is reachable and there are no firewall restrictions.
- API rate limits or downtime: Check Dokka service status if requests fail repeatedly.
Links and References
- Dokka API documentation (refer to official Dokka developer resources)
- n8n documentation on creating and configuring API credential nodes
