SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with the SacNews platform, a WhatsApp-based customer relationship system. It provides multiple operations to interact with contacts, protocols, campaigns, groups, and extra data lookups.

Specifically, the operation Extra - Titularidade - Pesquisar (mapped internally as bonus_search_Number) allows users to search for ownership or titularity information based on a phone number. This can be useful in scenarios such as verifying the owner of a phone number, enriching contact data, or performing due diligence before outreach.

Practical examples:

  • A support team wants to confirm the registered owner of an incoming phone number.
  • A marketing team enriches their contact list by fetching ownership details from phone numbers.
  • A compliance officer verifies phone number ownership during onboarding.

Properties

Name Meaning
Número Para Pesquisa The phone number to search for ownership information. Accepted formats include: 5511999999999, 552799999999, 27999999999, 2799999999

Output

The node outputs JSON data containing the results of the ownership search for the provided phone number. The exact structure depends on the external API response but typically includes details about the titular owner linked to that number.

No binary data output is indicated.

Dependencies

  • Requires connection to the SacNews platform via an API key credential (an API authentication token).
  • The node depends on the bundled actions module (./actions) which implements the actual API calls.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Invalid or missing phone number: Ensure the phone number is provided and formatted correctly according to the accepted patterns.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • API connectivity issues: Check network access to the SacNews platform and ensure no firewall or proxy blocks requests.
  • Unexpected API responses: Confirm that the phone number exists in the external system; otherwise, the result may be empty or contain error messages.
  • Operation not triggered: Make sure the operation parameter is set exactly to "Extra - Titularidade - Pesquisar" or its internal value bonus_search_Number.

Links and References

Discussion