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, groups, messages, protocols, marketing campaigns, and extra data lookups. Specifically, the "Extra - Cpf - Pesquisar" operation allows users to perform a lookup based on a Brazilian CPF number (Cadastro de Pessoas Físicas), which is a unique taxpayer identification number in Brazil.

Use cases for this node include:

  • Enriching contact data by fetching detailed information using a CPF.
  • Validating or verifying customer identity during workflows.
  • Automating data retrieval processes that require CPF-based queries.

For example, a user can input a CPF number to retrieve associated location or personal data from the Clientes Online platform, enabling automated CRM updates or compliance checks.

Properties

Name Meaning
CPF The CPF number to be used for the lookup. It must be provided in the format like 000.000.000-29. This property is required when performing the "Extra - Cpf - Pesquisar" operation.

Output

The node outputs JSON data containing the results of the requested operation. For the "Extra - Cpf - Pesquisar" operation, the output JSON will contain the data retrieved from the Clientes Online platform related to the given CPF. This may include location details or other relevant information linked to the CPF.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the Clientes Online platform.
  • The node depends on the external Clientes Online API service to perform all operations, including CPF lookups.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Invalid or missing CPF: Ensure the CPF is correctly formatted and provided as input; otherwise, the lookup will fail.
  • Authentication errors: Verify that the API key credential is correctly set up and has the necessary permissions.
  • API rate limits or downtime: If requests fail repeatedly, check the status of the Clientes Online API service and any applicable rate limits.
  • Unexpected empty or malformed responses: Confirm that the CPF exists in the Clientes Online database and that the API response structure matches expectations.

Links and References

Discussion