izapp - WhatsApp icon

izapp - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp-based customer relationship platform, enabling various operations related to contacts, groups, messaging, marketing campaigns, protocols, and more. Specifically, the "Grupos - Remover Contato" operation allows users to remove a contact from a specified group within the platform.

Common scenarios for this operation include managing group memberships dynamically, such as removing customers who no longer should receive group communications or cleaning up group lists based on changing criteria.

Practical example: A user wants to remove a contact from a promotional WhatsApp group after they unsubscribe from marketing messages. Using this operation, the contact can be efficiently removed from the group by specifying the group ID and contact ID.

Properties

Name Meaning
ID Do Grupo The unique identifier of the group from which the contact will be removed.
ID Do Contato The unique identifier of the contact to be removed from the group.

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 group membership status. The exact structure depends on the platform's API response but generally confirms that the contact was successfully removed.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the WhatsApp customer relationship platform.
  • The node depends on the platform's API endpoints to perform group and contact management actions.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing group ID or contact ID parameters will cause the operation to fail.
    • Authentication errors if the API key credential is not set or expired.
    • Network connectivity problems preventing access to the platform's API.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Verify that the API key credential is correctly configured and valid.
    • "Group not found" or "Contact not found": Check that the provided IDs are correct and exist in the platform.
    • "Failed to remove contact": Ensure the contact is currently a member of the group and that the user has permission to modify the group.

Links and References

  • Refer to the platform's official API documentation for detailed information on group and contact management endpoints.
  • n8n documentation on setting up API credentials and using custom nodes.

Discussion