Qonto icon

Qonto

Interact with Qonto API

Actions45

Overview

This node integrates with the Qonto API, specifically allowing users to retrieve detailed information about a single Label resource by its ID. It is useful in scenarios where you need to fetch metadata or details of a specific label within your Qonto account, such as for categorization, reporting, or further processing in workflows.

For example, if you have a workflow that processes financial transactions and you want to enrich them with label details, this node can fetch the label data by providing its unique identifier.

Properties

Name Meaning
Authentication Method of authenticating with the Qonto API. Currently supports: API Key.
ID The unique identifier of the Label resource you want to retrieve. This is a required field.

Output

The node outputs JSON data representing the Label resource retrieved from the Qonto API. The structure typically includes all relevant fields describing the label, such as its ID, name, color, and any other metadata defined by Qonto.

No binary data output is produced by this operation.

Dependencies

  • Requires an active Qonto API key credential configured in n8n for authentication.
  • The node communicates with the Qonto API endpoint, which varies depending on whether the environment is set to sandbox or production.
  • Network access to Qonto's API endpoints is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Label ID will likely result in an error indicating the resource was not found.
    • Missing or incorrect API key credentials will cause authentication failures.
    • Network connectivity problems may prevent successful API calls.
  • Error messages:

    • "Unknown resource: label": This would occur if the resource parameter is incorrectly set; ensure "label" is selected.
    • API errors returned from Qonto (e.g., 401 Unauthorized) indicate issues with authentication; verify your API key.
    • Timeout errors suggest network issues or slow API responses; consider retrying or checking connectivity.

Links and References

Discussion