Toolzz Tags icon

Toolzz Tags

ToolzzTags

Overview

The Toolzz Tags node retrieves a list of tags from the Toolzz API for a specified institution. It is useful in scenarios where you need to fetch and process tag data associated with an institution, such as categorizing courses or filtering content within educational platforms. For example, you might use this node to dynamically populate dropdowns with available tags or to automate workflows that depend on tag metadata.

Properties

Name Type Meaning
Url of Institution String The URL identifying the institution whose tags you want to retrieve.
Ambiente Options Selects the environment (currently only "Prod" is available).

Output

The node outputs a JSON array containing the tags retrieved from the Toolzz API. Each item in the array represents a tag object as returned by the API. The exact structure of each tag object depends on the API response, but typically includes fields such as tag name, ID, and possibly other metadata.

Dependencies

  • External Service: Requires access to the Toolzz API at https://gateway.api.toolzz.com.br.
  • n8n Configuration: No authentication credentials are required for this node as per the provided code.

Troubleshooting

  • Common Issues:
    • Invalid Institution URL: If the "Url of Institution" is incorrect or empty, the request may fail or return no results.
    • Network Errors: Connectivity issues with the Toolzz API endpoint can cause failures.
  • Error Messages:
    • Errors from the API (such as 404 or 500) will be surfaced as node errors in n8n. Ensure the institution URL is valid and the API service is reachable.

Links and References

Discussion