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, messaging, protocols, groups, marketing campaigns, and extra data lookups. Specifically, the operation Extra - Coordenadas - Pesquisar ("consultarCoordenadas") allows users to search location information based on geographic coordinates (latitude and longitude).

Common scenarios for this node include:

  • Retrieving detailed contact information or status from the WhatsApp platform.
  • Managing tags, details, and groups associated with contacts.
  • Sending messages, notifications, images, or protocol-related communications.
  • Performing extra data lookups such as searching by postal code, CNPJ (Brazilian company ID), CPF (Brazilian personal ID), name, or geographic coordinates.
  • Accessing marketing campaign data and WhatsApp group messages.
  • Transcribing documents or images.

Practical example of the Extra - Coordenadas - Pesquisar operation:

  • You have latitude and longitude coordinates from a GPS device or user input.
  • Use this node operation to query the Relacio platform for location-related data tied to those coordinates.
  • The output can be used to enrich contact profiles, trigger location-based workflows, or validate addresses.

Properties

Name Meaning
Latitude The latitude coordinate (string) used to perform the location search. Example: "40.712776"
Longitude The longitude coordinate (string) used to perform the location search. Example: "-74.005974"

These properties are required when using the Extra - Coordenadas - Pesquisar operation.

Output

The node outputs JSON data representing the results returned by the Relacio platform for the selected operation. For the Extra - Coordenadas - Pesquisar operation, the JSON output will contain location-related information corresponding to the provided latitude and longitude.

The exact structure depends on the API response but typically includes fields such as address components, place names, or other geographic metadata.

The node does not explicitly handle binary data output.

Dependencies

  • Requires an API key credential for authenticating with the Relacio WhatsApp platform.
  • The node calls various internal action methods that interact with the platform's REST API.
  • No additional external dependencies beyond the configured API credentials and network access to the Relacio service.

Troubleshooting

  • Missing or invalid API credentials: Ensure the API key credential is correctly configured in n8n; otherwise, authentication errors will occur.
  • Invalid latitude or longitude values: Provide valid string representations of coordinates; malformed inputs may cause the API to reject the request or return empty results.
  • Network or API errors: Check connectivity to the Relacio platform and verify the API service status if requests fail.
  • Operation not supported or misspelled: Confirm the operation parameter is set exactly to "consultarCoordenadas" for this functionality.
  • Empty or unexpected output: Verify that the coordinates correspond to a valid location recognized by the platform.

Links and References

Discussion