Toolzz Show Course with sunToken icon

Toolzz Show Course with sunToken

Get Course with sunToken of Toolzz API

Overview

The Toolzz Show Course with sunToken node retrieves detailed information about a specific course from the Toolzz API using a unique "sunToken" identifier. This node is useful in scenarios where you need to fetch course data for further processing, reporting, or integration with other systems within an n8n workflow. For example, you might use this node to automatically pull course details into a CRM, generate reports, or trigger notifications based on course attributes.

Properties

Name Type Meaning
AccessToken String The authentication token required to access the Toolzz API.
Ambiente Options The environment (API base URL) to connect to: Prod, Homol, or Release.
SunToken Do Curso String The unique sunToken identifier of the course whose details are to be retrieved.

Output

  • The node outputs a JSON object containing the course details as returned by the Toolzz API.
  • The structure of the output depends on the API response for the endpoint /api/classes/search/{sun_token}.
  • No binary data is produced; only structured JSON is returned.

Dependencies

  • Requires a valid AccessToken for authentication with the Toolzz API.
  • Internet connectivity to reach the selected Toolzz API environment.
  • No additional n8n credentials configuration is required.

Troubleshooting

  • Invalid AccessToken: If the provided AccessToken is invalid or expired, the API will likely return an authentication error (e.g., 401 Unauthorized). Ensure your token is correct and has not expired.
  • Incorrect Ambiente: Selecting the wrong environment may result in connection errors or unexpected data. Double-check that you are targeting the intended environment (Prod, Homol, or Release).
  • Invalid SunToken Do Curso: If the sunToken does not correspond to any course, the API may return a 404 Not Found or an empty result. Verify the sunToken value.
  • Network Issues: Connectivity problems can cause request failures. Ensure your n8n instance can reach the Toolzz API endpoints.

Links and References

Discussion