WiizoChat icon

WiizoChat

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

Overview

This node integrates with the WiizoChat API to manage tags among other functionalities like messaging, contacts, tickets, companies, and scheduling. Specifically, the "Excluir Tag" (Delete Tag) operation allows users to delete a tag by its ID from the WiizoChat system.

Common scenarios for this operation include cleaning up unused or obsolete tags in your WiizoChat environment to keep data organized and relevant. For example, if a tag was created for a temporary campaign or project that has ended, you can automate its removal using this node.

Practical example: Automatically deleting tags that are no longer associated with any active tickets or contacts as part of a maintenance workflow.

Properties

Name Meaning
ID da Tag The numeric ID of the tag to be deleted

Output

The output is a JSON object representing the response from the WiizoChat API after attempting to delete the specified tag. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the WiizoChat API.
  • The node uses the base URL from the credentials to construct API requests.
  • The WiizoChat API must be accessible from the n8n environment where this node runs.

Troubleshooting

  • Missing Credentials: If the API key credential is not set or invalid, the node will throw an error indicating credentials were not found.
  • Invalid Tag ID: Providing a non-existent or incorrect tag ID may result in an API error response. Verify the tag ID before running the node.
  • API Connectivity Issues: Network problems or incorrect base URL configuration can cause request failures.
  • Permission Errors: Ensure the API key used has sufficient permissions to delete tags.

To resolve errors:

  • Confirm the API key credential is correctly configured.
  • Double-check the tag ID value.
  • Test connectivity to the WiizoChat API endpoint.
  • Review API permissions associated with the credential.

Links and References

Discussion