Qonto icon

Qonto

Interact with Qonto API

Actions45

Overview

The node provides integration with the Qonto API, allowing users to interact with various Qonto resources. Specifically, for the Organization resource with the Get operation, the node retrieves information about an organization associated with the authenticated account. This is useful for workflows that need to access organizational details such as company info, settings, or metadata.

Practical examples include:

  • Automatically fetching organization details to populate reports or dashboards.
  • Using organization data to conditionally route workflow logic based on company attributes.
  • Synchronizing organization information with other systems like CRMs or ERPs.

Properties

Name Meaning
Authentication Method of authenticating requests. Options: "API Key".

Output

The node outputs JSON data representing the organization's details as returned by the Qonto API. The structure typically includes fields describing the organization's identity, configuration, and status. The exact fields depend on the Qonto API response schema for the organization resource.

No binary data output is indicated.

Dependencies

  • Requires a valid API key credential for authentication with the Qonto API.
  • The node uses the Qonto API endpoint, which varies depending on environment (sandbox or production).
  • Network connectivity to Qonto's API servers is necessary.

Troubleshooting

  • Unknown resource error: If the resource parameter is set incorrectly, the node will throw an error indicating the resource is unknown. Ensure the resource name is exactly "organization" for this operation.
  • Authentication failures: Invalid or missing API keys will cause authentication errors. Verify that the API key credential is correctly configured.
  • Timeouts or network errors: The node has a 30-second timeout; slow or unreachable API endpoints may cause failures.
  • API changes: If Qonto updates their API, some fields or endpoints might change, potentially causing errors or unexpected output.

Links and References

Discussion