WiizoChat
Actions12
Overview
The node "WiizoChat" provides a comprehensive integration with the Wiizo API, enabling automation of messaging, contact management, ticket handling, company and tag management, and scheduling within workflows. Specifically, the operation "👤 Criar Contato" (Create Contact) allows users to create new contacts in the Wiizo system by providing essential contact details.
This node is beneficial in scenarios where businesses want to automate customer relationship management tasks such as adding new contacts from form submissions, syncing contacts from other systems, or bulk importing contacts into Wiizo. For example, after capturing lead information via a web form, this node can automatically create a contact record in Wiizo for follow-up communications.
Properties
| Name | Meaning |
|---|---|
| Nome | The full name of the contact to be created. |
| The email address of the contact (optional). | |
| Telefone | The phone number of the contact, required for identification and communication. |
Output
The output JSON contains the response from the Wiizo API after attempting to create a contact. This typically includes confirmation details about the newly created contact, such as its unique ID and stored attributes. The exact structure depends on the Wiizo API response but generally confirms success or failure of the creation request.
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 communicate with the Wiizo backend.
- The base URL for the Wiizo API is obtained from the credentials configuration.
Troubleshooting
- Missing Credentials: 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.
- Required Fields Missing: The "Nome" and "Telefone" fields are mandatory. Omitting these will likely cause the API call to fail.
- API Errors: If the API returns errors (e.g., invalid phone format, duplicate contact), check the input values for correctness and uniqueness.
- Network Issues: Connectivity problems to the Wiizo API endpoint will result in request failures; verify network access and API availability.
Links and References
- Wiizo API Documentation (Assumed link for reference, replace with actual if available)
- n8n Documentation on HTTP Request Node for understanding how HTTP calls work in n8n nodes.