SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with the SacNews platform to perform various operations related to customer relationship management via WhatsApp. Specifically, the "Extra - Cpf - Pesquisar" operation allows users to query location or related information by providing a CPF (Brazilian individual taxpayer registry identification). This is useful for scenarios where you need to validate or enrich data about individuals based on their CPF number.

Practical examples include:

  • Verifying the location or registration details of a customer before processing an order.
  • Enriching contact profiles in your CRM with official CPF-based data.
  • Automating compliance checks that require CPF validation.

Properties

Name Meaning
CPF The CPF number to be used for the location query. It must be provided in the format like "000.000.000-29". This is a required string input for the "Extra - Cpf - Pesquisar" operation.

Output

The node outputs JSON data containing the results of the CPF query. This typically includes location and possibly other related information retrieved from the SacNews platform based on the CPF provided.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential to authenticate with the SacNews platform.
  • The node depends on the SacNews API service to perform the CPF lookup.
  • Proper configuration of the API authentication token or credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or improperly formatted CPF input may cause the query to fail or return no results.
    • Missing or incorrect API credentials will prevent the node from authenticating with the SacNews platform.
    • Network connectivity issues can cause timeouts or failures when calling the external API.
  • Error messages and resolutions:

    • Authentication errors: Verify that the API key or authentication token is correctly configured in n8n credentials.
    • Validation errors: Ensure the CPF is entered in the correct format and is valid.
    • API response errors: Check the SacNews platform status and ensure the API endpoint is reachable.

Links and References

Discussion