Eduzz icon

Eduzz

Basic Eduzz

Overview

This node integrates with the Eduzz platform, allowing users to interact with different Eduzz applications such as Accounts and Webhook. It supports operations under these applications, enabling retrieval or manipulation of data based on the selected resource and operation. A common use case is fetching account details or managing webhook configurations within Eduzz.

For example, a user might configure this node to get account information from Eduzz by selecting the "Accounts" application and the appropriate operation, then use the output data in subsequent workflow steps.

Properties

Name Meaning
Authentication Method of authentication; currently supports only "Access Token"
Application The Eduzz application to interact with; options are "Accounts" or "Webhook"

Output

The node outputs JSON data under the json field of each item. This JSON contains the parsed response from the Eduzz API corresponding to the requested application and operation. The structure of this JSON depends on the specific API endpoint called but generally includes relevant data such as account details or webhook information.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for Eduzz (referred generically as an API key credential).
  • Uses n8n's built-in HTTP request helper with authentication to communicate with Eduzz's API.
  • No additional external dependencies beyond the Eduzz API and n8n environment.

Troubleshooting

  • Common Issues:

    • Invalid or missing API key credential will cause authentication failures.
    • Incorrect selection of application or operation may lead to unexpected or empty responses.
    • Network issues or Eduzz API downtime can cause request failures.
  • Error Messages:

    • Errors thrown during API requests are logged with the prefix "Eduzz Node Error".
    • If the node throws a NodeOperationError, it usually indicates an issue with the API call or response parsing.
  • Resolution Tips:

    • Verify that the API key credential is correctly configured and has necessary permissions.
    • Double-check the selected application and operation parameters.
    • Inspect network connectivity and Eduzz service status if errors persist.

Links and References

  • Eduzz official API documentation (please refer to Eduzz's developer portal or API docs for detailed endpoints and usage).

Discussion