Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp relationship platform to perform various operations related to contacts, groups, messages, marketing campaigns, protocols, and more. Specifically, the "Grupos - WhatsApp - Membros" operation lists all members of a specified WhatsApp group linked to the account.

Common scenarios for this node include:

  • Retrieving members of a WhatsApp group to analyze or process group participants.
  • Managing WhatsApp contacts and groups programmatically within automated workflows.
  • Accessing WhatsApp campaign data or messaging history for marketing automation.
  • Handling customer support protocols and messages via WhatsApp integration.

Practical example:

  • You want to automate sending personalized messages to all members of a specific WhatsApp group. Using this node's "listGroupMembers" operation, you can fetch the list of members and then loop through them to send messages.

Properties

Name Meaning
ID Do Grupo The ID of the WhatsApp group from which you want to list the members.
Informação A notice indicating that this operation lists all WhatsApp groups linked to the account.

Output

The output is an array of JSON objects representing the members of the specified WhatsApp group. Each object typically contains details about a group member such as their contact information and status within the group.

If the node supports binary data output (not explicitly shown in the provided code), it would relate to media or message content associated with WhatsApp interactions, but this operation focuses on listing members and thus outputs structured JSON data only.

Dependencies

  • Requires an API key credential for authenticating with the WhatsApp relationship platform.
  • The node depends on external API endpoints provided by the platform to fetch group member data.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing group ID: Ensure the "ID Do Grupo" property is correctly set to a valid WhatsApp group identifier.
    • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • Network or API downtime: Check connectivity and platform status if requests fail.
  • Common error messages:

    • "Unauthorized" or "Authentication failed": Indicates invalid or expired API credentials; update or reconfigure the API key.
    • "Group not found" or similar: The provided group ID does not exist or is not linked to the account; verify the group ID.
    • "Rate limit exceeded": Too many requests sent in a short time; implement retry logic or reduce request frequency.

Links and References

  • Refer to the official documentation of the WhatsApp relationship platform for detailed API usage and authentication setup.
  • n8n documentation on creating and configuring API credentials.
  • WhatsApp Business API guides for understanding group and contact management concepts.

Discussion