WiizoChat
Actions12
Overview
This node integrates with the Wiizo API to manage WhatsApp messaging and related entities such as contacts, tickets, companies, tags, and message schedules. Specifically, the "🗑️ Excluir Contato" (Delete Contact) operation allows users to delete a contact from their Wiizo account by specifying the contact's ID.
Common scenarios for this node include automating contact management workflows, such as removing outdated or invalid contacts from the system, cleaning up contact lists after campaigns, or integrating contact deletion into broader customer service automation.
Practical example: A user can set up an automation that deletes a contact when they unsubscribe or request removal, ensuring the contact list stays current without manual intervention.
Properties
| Name | Meaning |
|---|---|
| ID do Contato | The unique numeric ID of the contact to be deleted |
Output
The node outputs a JSON object representing the response from the Wiizo API after attempting to delete the specified contact. 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 active connection to the Wiizo API via an API key credential configured in n8n.
- The node uses HTTP requests authenticated with this credential to perform operations on the Wiizo platform.
- No additional external dependencies are required beyond the Wiizo API access.
Troubleshooting
- Missing Credentials: If the API credentials are not set or invalid, the node will throw an error indicating credentials were not found. Ensure the Wiizo API credential is properly configured in n8n.
- Invalid Contact ID: Providing a non-existent or incorrect contact ID may result in an error or no action. Verify the contact ID before running the node.
- API Errors: Network issues or API downtime can cause failures. Check connectivity and Wiizo service status.
- Permission Issues: The API key used must have permissions to delete contacts; otherwise, the operation will fail.
Links and References
- Wiizo API Documentation (Assumed URL for reference)
- n8n Documentation on HTTP Request Node (for understanding HTTP authentication)
- n8n Credential Setup Guide for API keys
This summary focuses exclusively on the "Excluir Contato" operation of the WiizoChat node as requested.