WiizoChat
Actions12
Overview
The node "WiizoChat" provides a comprehensive integration with the Wiizo API, enabling automation of WhatsApp messaging and related contact, ticket, company, tag, and scheduling management. Specifically, the operation 📤 Enviar Mensagem de Texto (Send Text Message) allows users to send plain text WhatsApp messages programmatically.
This node is beneficial in scenarios such as:
- Automating customer support or sales outreach by sending personalized WhatsApp messages.
- Integrating WhatsApp notifications into business workflows.
- Managing message metadata like ticket status, responsible user, tags, and queues for better tracking.
For example, a business could use this node to automatically send order confirmations or appointment reminders via WhatsApp, including optional contact details and ticketing information.
Properties
| Name | Meaning |
|---|---|
| Número do WhatsApp | The recipient's WhatsApp number in international format (e.g., 555195813085). |
| Mensagem | The text content of the WhatsApp message to be sent. |
| Nome do Contato | Optional name of the contact associated with the message. |
| Email do Contato | Optional email address of the contact. |
| ID da Fila | Optional queue ID to associate the message/ticket with a specific queue. |
| Status | Status of the ticket related to the message; options are: Aberto (open), Fechado (closed), Pendente (pending). |
| ID do Usuário | Optional ID of the user responsible for the ticket/message. |
| ID da Tag | Optional tag ID to categorize or label the message/ticket. |
| Delay (ms) | Delay in milliseconds before sending the message. |
Output
The output JSON contains the response from the Wiizo API after attempting to send the message. This typically includes confirmation details about the sent message or error information if the request failed.
The structure depends on the API response but generally includes fields such as message ID, status, timestamps, and any relevant metadata returned by the Wiizo service.
No binary data is output by this operation.
Dependencies
- Requires an active Wiizo API credential configured in n8n, which must include the base URL and authentication token for the Wiizo service.
- The node uses HTTP requests authenticated via the provided credentials to communicate with the Wiizo API endpoints.
- No additional external dependencies beyond the Wiizo API and n8n environment are required.
Troubleshooting
- Missing Credentials Error: If the node throws an error indicating credentials are not found, ensure that the Wiizo API credential is properly set up and linked to the node.
- Invalid Number Format: The WhatsApp number must be in the correct international format without symbols or spaces; otherwise, the API may reject the request.
- API Request Failures: Network issues or incorrect API endpoint configuration can cause failures. Verify the base URL and network connectivity.
- Delay Misconfiguration: Setting a very high delay might cause unexpected behavior or timeouts; use reasonable values.
- Optional Fields: Omitting optional fields like contact name or email is allowed, but providing invalid IDs for queue, user, or tag may result in errors.
If errors occur, check the error message returned in the output JSON for guidance.
Links and References
- Wiizo API Documentation (example link, replace with actual)
- WhatsApp Business API Guidelines
- n8n Documentation - Creating Custom Nodes
This summary focuses exclusively on the "📤 Enviar Mensagem de Texto" operation of the WiizoChat node as requested.