izapp - WhatsApp icon

izapp - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - IZapp

Actions58

Overview

This node integrates with the IZapp WhatsApp Relationship Platform, providing various operations to manage contacts, messages, protocols, groups, marketing campaigns, and user wallets within the platform. Specifically, the "Usuário - Carteira - Adicionar" operation allows adding a contact to an operator's wallet (a collection or list of contacts associated with a user/operator). This is useful in scenarios where operators need to organize or quickly access specific contacts they manage or interact with frequently.

Practical examples:

  • A customer support operator adds a new client contact to their personal wallet for quick reference.
  • Sales representatives add prospects to their wallet to track ongoing communications.
  • Team leads manage operator wallets by adding or removing contacts as responsibilities shift.

Properties

Name Meaning
ID Operador The unique identifier of the operator to whom the contact will be added in the wallet.
ID Contato The unique identifier of the contact that will be added to the operator's wallet.

Output

The node outputs JSON data representing the result of the add-to-wallet operation. This typically includes confirmation details such as success status, updated wallet information, or error messages if the addition failed. The exact structure depends on the API response from the IZapp platform but generally confirms whether the contact was successfully linked to the operator's wallet.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the IZapp WhatsApp Relationship Platform via an API key credential.
  • The node depends on the external IZapp API service to perform actions like adding contacts to wallets.
  • Proper configuration of the API authentication token or credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing operator or contact IDs can cause the operation to fail.
    • Network connectivity problems or incorrect API credentials may prevent communication with the IZapp platform.
    • Attempting to add a contact already present in the wallet might result in an error or no change.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Verify that the API key credential is correctly configured and has proper permissions.
    • "Contact not found" or "Operator not found": Check that the provided IDs are correct and exist in the IZapp system.
    • "Failed to add contact to wallet": Review input parameters and ensure the contact is eligible to be added; consult API documentation for constraints.

Links and References

Discussion