Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp-based customer relationship platform called "Relacio." Specifically, the operation "Grupos - Listar Contatos" (Groups - List Contacts) retrieves a paginated list of contacts belonging to a specified organizational group. This is useful for scenarios where you want to manage or analyze contacts grouped by departments, teams, or any other organizational units within the platform.

Practical examples include:

  • Fetching all contacts in a sales team group to send targeted notifications.
  • Listing members of a support group to monitor active contacts.
  • Exporting contact lists from specific groups for reporting or CRM synchronization.

Properties

Name Meaning
ID Do Grupo The unique identifier of the organizational group whose contacts you want to list.
Página The page number of the contacts list to retrieve, starting at 1. Used for pagination.

Output

The output is an array of JSON objects representing the contacts retrieved from the specified group and page. Each object typically contains contact details such as name, phone number, tags, and other profile information as provided by the Relacio platform.

If the node supports binary data output (not explicitly shown here), it would represent media or files related to contacts, but this operation primarily returns structured JSON data about contacts.

Dependencies

  • Requires an API key credential for authenticating with the Relacio WhatsApp platform.
  • The node depends on the external Relacio API service to fetch group contacts.
  • 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 an existing group identifier.
    • Pagination errors: Requesting a page number beyond available pages may return empty results.
    • Authentication failures: Verify that the API key credential is valid and has sufficient permissions.
  • Error Messages:

    • Errors related to authentication usually indicate invalid or expired API keys; reconfigure credentials.
    • "Group not found" or similar messages suggest the provided group ID does not exist or is inaccessible.
    • Network or timeout errors imply connectivity issues with the Relacio API endpoint.

Resolving these typically involves verifying input parameters, checking API credentials, and ensuring network connectivity.

Links and References

Discussion