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 send interactive list messages via WhatsApp. The "📋 Enviar Lista Interativa" operation allows users to send a message containing a customizable interactive list with multiple sections and items, which recipients can select from. This is useful for scenarios such as customer support menus, product catalogs, service options, or any situation where you want to present structured choices to the user within a chat.

For example, a business could send a list of available appointment times or product categories, enabling the recipient to quickly respond by selecting an option from the list.

Properties

Name Meaning
ID do Destinatário The WhatsApp user or group ID to which the list message will be sent (e.g., 555195813085).
Tipo Type of recipient: either "Usuário" (user) or "Grupo" (group).
Título da Lista Title of the interactive list message.
Descrição Description text shown in the list message.
Texto do Botão Text displayed on the button that opens the list options (default: "Ver Opções").
Texto do Rodapé Footer text displayed at the bottom of the list message.
Seções da Lista One or more sections in the list. Each section has:
- Título da Seção: Section title.
- Itens da Seção: Multiple items, each with:
- Título: Item title.
- Descrição: Item description (optional).
- ID da Linha: Unique identifier for the item.
Delay Delay in seconds before sending the message.
Responder De Message ID to which this list message should reply (optional).
Marcar Usuário Type of mention in a group: "Ghost Mention" (silent) or "Mention" (visible notification).

Output

The node outputs JSON data representing the response from the Wiizo API after attempting to send the interactive list message. The structure typically includes confirmation details about the sent message or error information if the request failed.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Wiizo API with valid API credentials configured in n8n.
  • The node uses HTTP requests authenticated via these credentials to communicate with the Wiizo API endpoints.
  • No additional external dependencies are required beyond the configured API key credential.

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 credentials are properly configured in n8n.
  • Invalid Recipient ID: Providing an incorrect or malformed recipient ID may cause the API to reject the request. Verify the recipient ID format matches expected WhatsApp user or group IDs.
  • Empty Sections or Items: The list must contain at least one section with one or more items. Omitting these will likely result in an error or no message being sent.
  • API Errors: Any errors returned by the Wiizo API (such as rate limits, invalid parameters, or server issues) will be passed through in the node's output. Review the error message for guidance.
  • Delay Misconfiguration: The delay property expects seconds; providing negative values or non-numeric input may cause unexpected behavior.

Links and References

Discussion