Digitalsac Izing Pro icon

Digitalsac Izing Pro

Interage com a API do Digitalsac

Overview

This node integrates with the Digitalsac API, providing a variety of operations to interact with customer service workflows, messaging, scheduling, and ticket management. Specifically, the "Listar Kanbans" operation fetches kanban boards associated with a given user ID.

Use cases include:

  • Retrieving kanban boards assigned to a specific user for task or ticket tracking.
  • Automating workflows that require fetching kanban data from Digitalsac.
  • Integrating kanban information into broader automation pipelines within n8n.

Example: You want to list all kanban boards linked to user ID 5 to display or process them further in your workflow.

Properties

Name Meaning
User ID The numeric ID of the user whose kanbans you want to list.

Output

The node outputs an array of JSON objects representing the response from the Digitalsac API for the requested operation. For "Listar Kanbans," the output JSON contains the list of kanban boards associated with the specified user ID.

The exact structure depends on the API response but typically includes details such as kanban IDs, names, statuses, and related metadata.

No binary data is output by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Digitalsac API.
  • The node uses the base URL and token from these credentials to make HTTP requests.
  • Proper configuration of the Digitalsac API credentials in n8n is necessary before use.

Troubleshooting

  • Invalid JSON Format Errors: Some operations expect JSON input (e.g., bodyData). If the JSON is malformed, the node throws an error like "Formato de JSON inválido para Dados (JSON)". Ensure that JSON inputs are correctly formatted.
  • Missing Required Parameters: For "Listar Kanbans," ensure the "User ID" property is set; otherwise, the API call may fail or return empty results.
  • API Authentication Errors: If the API key or token is invalid or missing, requests will fail. Verify that the Digitalsac API credentials are correctly configured.
  • Network or API Errors: The node captures HTTP errors and returns them in the output under an error field. Check the error message for details and verify network connectivity and API status.

Links and References

Discussion