izapp - WhatsApp icon

izapp - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp relationship platform called IZapp, providing various operations to manage contacts, protocols, messages, groups, marketing campaigns, and extra data lookups. Specifically, the "Extra - Nome - Pesquisar" operation allows users to search for information based on a full name. This can be useful in scenarios where you want to enrich contact data or verify identity details by querying external databases using a person's complete name.

Practical examples include:

  • Enriching customer profiles by fetching additional data linked to their full name.
  • Validating user-submitted names against an external source before processing.
  • Automating workflows that require name-based lookups for verification or segmentation.

Properties

Name Meaning
Nome Completo The full name string used to perform the information lookup. Example: "Jorge Luiz Souza dos Santos".

Output

The node outputs JSON data containing the results of the name-based search query. The exact structure depends on the external service's response but generally includes detailed information related to the searched full name.

If the node supports binary data output (not explicitly shown here), it would typically represent files or media associated with the search result, but this operation appears focused on JSON data only.

Dependencies

  • Requires connection to the IZapp WhatsApp relationship platform API.
  • Needs an API authentication token or key credential configured in n8n to authorize requests.
  • The node relies on internal action modules (actions) which handle the actual API calls.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing an incomplete or incorrectly formatted full name may return no results or errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors indicate issues with the provided API key/token; verify and update credentials.
    • Validation errors suggest required parameters like "Nome Completo" are missing or empty; ensure all mandatory fields are filled.
    • Timeout or network errors require checking internet access and API endpoint availability.

Links and References

Discussion