Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

The node "Relacio - WhatsApp" integrates with a WhatsApp-based customer relationship platform called Relacio. It provides multiple operations to manage contacts, channels, groups, protocols, messages, marketing campaigns, and other related entities within the platform.

Specifically, the operation "Contato - Listar Todos" (List All Contacts) retrieves a paginated list of all contacts stored in the Relacio system. This is useful for scenarios where you want to synchronize or analyze your entire contact base, perform bulk operations, or simply display contacts in an external system.

Practical examples:

  • Exporting all WhatsApp contacts for reporting or backup.
  • Synchronizing contacts with a CRM or marketing tool.
  • Automating workflows that require processing all contacts, such as sending broadcast messages or updating contact details.

Properties

Name Meaning
Página The page number of contacts to be retrieved. Must be 1 or greater.

This property controls pagination when listing contacts, allowing users to fetch contacts page by page.

Output

The output of the "Contato - Listar Todos" operation is a JSON array containing contact objects retrieved from the Relacio platform. Each object represents a contact with its associated data fields (such as name, phone number, tags, etc.). The exact structure depends on the API response but typically includes identifiers and contact details.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the Relacio platform.
  • The node depends on the bundled internal action method getallcontacts_action which handles the API call to fetch contacts.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Requesting a page number beyond the available range may return empty results.
    • Network connectivity problems can prevent access to the Relacio API.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
    • Rate limiting or quota exceeded errors suggest too many requests; consider adding delays or reducing request frequency.
    • Unexpected API responses or timeouts may require checking the platform status or network settings.

Links and References


If you need details on other operations or resources, please provide their names.

Discussion