Clientes Online - WhatsApp icon

Clientes Online - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - Clientes.Online

Actions59

Overview

This node integrates with the "Clientes Online - WhatsApp" platform, providing a wide range of operations to interact with contacts, protocols, groups, marketing campaigns, and extra data lookups. Specifically, for the selected operation Extra - Coordenadas - Pesquisar (consultarCoordenadas), the node allows users to query location information based on geographic coordinates (latitude and longitude). This can be useful in scenarios where you want to enrich contact or protocol data with geolocation details or validate location-based information.

Practical examples include:

  • Retrieving address or place information from GPS coordinates.
  • Validating user-submitted location data.
  • Integrating geolocation lookups into customer support workflows.

Properties

Name Meaning
Latitude The latitude coordinate as a string to perform the location lookup. Example: "40.712776"
Longitude The longitude coordinate as a string to perform the location lookup. Example: "-74.005974"

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

Output

The node outputs JSON data containing the results of the location lookup based on the provided latitude and longitude. The exact structure depends on the external API response but typically includes address components, place names, or other geolocation metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for the Clientes Online platform to authenticate requests.
  • The node relies on the external Clientes Online API service to fetch location data from coordinates.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Missing or invalid API credentials: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Invalid latitude or longitude values: Verify that the input coordinates are valid strings representing decimal degrees.
  • API request failures: Network issues or API rate limits may cause errors; check connectivity and API usage quotas.
  • Unexpected response format: If the API changes its response structure, the node's output might not parse correctly.

Links and References

Discussion