Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node is designed to retrieve group account codes based on a specified Group Id. It is useful in scenarios where you need to fetch detailed accounting or financial grouping information from an external system, such as for reporting, auditing, or integration with other financial tools. For example, a user might want to pull all account codes associated with a particular group to generate a consolidated financial report or to synchronize data with another accounting platform.

Properties

Name Meaning
Group Id Identifier of the account whose group account codes are to be retrieved

Output

The node outputs JSON data containing the group account codes related to the provided Group Id. The structure typically includes details about each account code within the group, such as identifiers, names, and possibly additional metadata depending on the external API's response. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential or similar authentication token configured in n8n to access the external service.
  • The node interacts with an external API endpoint (base URL configurable via credentials).
  • The node depends on the @devlikeapro/n8n-openapi-node package for OpenAPI-based request handling.
  • The base URL and authentication details must be set up correctly in the node’s credentials configuration.

Troubleshooting

  • Common issues:
    • Missing or incorrect Group Id input will cause the node to fail or return no data.
    • Authentication errors if the API key or credentials are not properly configured.
    • Network or connectivity issues may prevent successful API calls.
  • Error messages:
    • "Unauthorized" or "Authentication failed": Check that the API key or authentication token is valid and correctly configured.
    • "Group Id is required": Ensure the Group Id property is provided and not empty.
    • "Request timeout" or "Network error": Verify network connectivity and API endpoint availability.

Links and References

  • Refer to the external API documentation for detailed information on the group account codes endpoint.
  • n8n documentation on setting up API credentials and using HTTP Request nodes for custom integrations.

Discussion