Cloodo Finance icon

Cloodo Finance

Get data from Cloodo Worksuite API

Actions12

Overview

The node "Cloodo Finance" integrates with the Cloodo Worksuite API to retrieve financial data related to invoices, payments, and recurring transactions. Specifically, for the Invoice - Get operation, it fetches detailed information about a single invoice by its unique identifier (ID). This is useful in scenarios where you need to access or display specific invoice details within an automated workflow, such as generating reports, syncing invoice data with other systems, or triggering follow-up actions based on invoice status.

Properties

Name Meaning
ID The unique identifier of the invoice to retrieve. You must provide this ID to fetch the corresponding invoice details.

Output

The node outputs JSON data representing the invoice details retrieved from the Cloodo Worksuite API. The structure typically includes all relevant invoice fields such as invoice number, date, customer information, line items, amounts, status, and any metadata provided by the API.

If the node supports binary data output (not indicated explicitly here), it would generally represent attachments or documents related to the invoice, but this is not evident from the provided code.

Dependencies

  • Requires an active connection to the Cloodo Worksuite API.
  • Requires configuration of an API authentication credential (an API key or token) within n8n to authorize requests.
  • The base URL for API requests is https://erp-amz.cloodo.com/v4.
  • The node expects JSON responses and sends JSON-formatted requests.

Troubleshooting

  • Missing or invalid ID: If the ID property is empty or incorrect, the API will likely return an error or no data. Ensure the correct invoice ID is provided.
  • Authentication errors: If the API key or token is missing, expired, or invalid, the node will fail to authenticate. Verify that the API credentials are correctly configured in n8n.
  • Network issues: Connectivity problems or incorrect base URL settings can cause request failures. Confirm network access to the API endpoint.
  • API rate limits or permissions: The user’s API account might have restrictions; check API usage limits and permissions if requests are denied.

Links and References

Discussion