Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve multiple invoices (factures). It supports fetching a list of invoices with options to limit the number of results and include additional related data. This is useful for scenarios where users need to bulk retrieve invoice data for reporting, synchronization, or further processing in workflows.

Use Case Examples

  1. Retrieve up to 20 invoices with specific associated data included.
  2. Fetch the latest 100 invoices for analysis or export.

Properties

Name Meaning
Limit Maximum number of invoice results to return, with a range from 1 to 100.
Include Additional fields or associations to include in the invoice response, specified as a comma-separated string.

Output

JSON

  • json - The JSON output contains an array of invoice objects retrieved from the Dendreo API, each representing an invoice with its details.

Dependencies

  • Requires an API key credential for the Dendreo API, identified by a slug used in the API URL.

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • HTTP 404 errors suggest the requested invoice resource or endpoint does not exist; check the invoice ID or resource path.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for invoices.
  • Invalid JSON data errors may occur if input data is malformed; ensure JSON inputs are correctly formatted.

Links

  • Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data structures.

Discussion