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 called "Relacio" to perform various operations related to contacts, groups, messages, marketing campaigns, protocols, and more. Specifically, the "Grupos - Listar Todos" (Groups - List All) operation retrieves a paginated list of all groups available in the system.

Common scenarios for this node include:

  • Managing WhatsApp contact groups by listing all existing groups.
  • Automating workflows that require group information, such as sending messages or managing group memberships.
  • Integrating group data into CRM or marketing automation systems.

For example, a user might use this node to fetch all WhatsApp groups to display them in a dashboard or to iterate over groups to send targeted notifications.

Properties

Name Meaning
Página The page number of the groups to be listed. It must be a number starting from 1. This controls pagination when retrieving groups.

Output

The node outputs JSON data representing the list of groups retrieved from the platform. Each item in the output array corresponds to a group with its associated details (such as group ID, name, members count, etc., depending on the API response).

If the node supports binary data output (not explicitly shown here), it would typically represent media or files related to groups or messages, but for this operation, the output is purely JSON.

Dependencies

  • Requires an API key credential for authenticating with the Relacio WhatsApp platform.
  • Depends on the external Relacio API service to fetch group data.
  • No additional environment variables are indicated beyond the required API authentication.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Requesting a page number less than 1 may result in errors or empty responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
    • Pagination errors may occur if the requested page exceeds available data; adjust the page number accordingly.
    • Timeout or connection errors suggest network issues; check internet connectivity and API endpoint availability.

Links and References

Discussion