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 a wide range of operations to manage contacts, groups, messages, protocols, marketing campaigns, and user wallets within the platform. Specifically, the "Usuário - Carteira - Remover" operation allows removing a contact from an operator's wallet (a collection or list of contacts associated with a user/operator).

Common scenarios for this node include:

  • Managing contact lists assigned to operators in a customer support or sales environment.
  • Automating updates to operator contact wallets by adding or removing contacts based on business logic.
  • Integrating WhatsApp-based communication workflows with CRM or helpdesk systems.

Practical example:

  • Automatically remove a contact from an operator’s wallet when the contact is no longer active or relevant, ensuring operators only see current contacts.

Properties

Name Meaning
ID Operador The unique identifier of the operator from whose wallet the contact will be removed.
ID Contato The unique identifier of the contact to be removed from the operator's wallet.

These properties are required inputs for the "Usuário - Carteira - Remover" operation.

Output

The node outputs JSON data representing the result of the removal operation. This typically includes confirmation of success or failure and may contain details about the updated state of the operator's wallet or error information if the removal failed.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential to authenticate with the IZapp WhatsApp Relationship Platform.
  • The node depends on the external IZapp platform API to perform actions such as removing contacts from wallets.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing operator or contact IDs can cause the removal to fail.
    • Authentication errors due to incorrect or expired API credentials.
    • Network connectivity problems preventing access to the IZapp platform.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Verify that the API key credential is correctly configured and valid.
    • "Contact not found" or "Operator not found": Check that the provided IDs correspond to existing entities in the IZapp platform.
    • "Failed to remove contact": Ensure the contact is currently in the operator's wallet and that the operator has permission to modify their wallet.

Links and References

Discussion