WiizoChat icon

WiizoChat

Integração completa com API Wiizo - Mensagens, contatos, tickets, empresas, tags e agendamentos

Overview

This node integrates with the Wiizo API to manage tags within a Kanban system. Specifically, the "🏷️ Criar Tag" operation allows users to create a new tag by specifying its name, color, and associated Kanban board ID. This is useful for organizing tasks, contacts, or tickets visually by categorizing them with colored tags.

Practical examples:

  • Automatically creating tags for different priority levels (e.g., "Urgent", "Low Priority") in a project management Kanban.
  • Adding custom tags to categorize customer support tickets or contacts dynamically based on workflow conditions.

Properties

Name Meaning
Nome da Tag The name of the tag to be created.
Cor da Tag The color of the tag, specified as a hex color code (e.g., #FF5733).
Kanban The numeric ID of the Kanban board where the tag will be created.

Output

The output JSON contains the response from the Wiizo API after creating the tag. It typically includes details about the newly created tag such as its unique identifier, name, color, and associated Kanban ID.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Wiizo API.
  • The node uses the base URL from the credentials to send HTTP POST requests to the endpoint /api/TagCreate.
  • Proper configuration of the Wiizo API credentials in n8n is necessary.

Troubleshooting

  • Missing Credentials: If the API key credential is not set or invalid, the node will throw an error indicating that credentials were not found.
  • Invalid Kanban ID: Providing an incorrect or non-existent Kanban ID may cause the API to reject the request or fail silently.
  • API Errors: Network issues or API downtime can cause request failures; ensure the Wiizo API is reachable.
  • Validation Errors: Omitting required fields like "Nome da Tag" will result in errors from the API or node validation.

To resolve these issues:

  • Verify that the Wiizo API credentials are correctly configured and valid.
  • Confirm that the Kanban ID exists and is accessible.
  • Check network connectivity and API status.
  • Ensure all required properties are provided and correctly formatted.

Links and References

Discussion