izapp - WhatsApp icon

izapp - WhatsApp

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

Actions58

Overview

This node integrates with the IZapp platform to perform various WhatsApp-related operations and extra data lookups. Specifically, for the "Extra - Titularidade - Pesquisar" operation, it allows users to search ownership or titularity information based on a phone number. This can be useful in scenarios where you want to enrich contact data by verifying or retrieving ownership details linked to a phone number.

Practical examples include:

  • Validating customer phone numbers before outreach.
  • Enriching CRM records with ownership information.
  • Automating workflows that require verification of phone number ownership.

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 ownership details such as name, status, or related metadata associated with the phone number.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the IZapp platform via an API key credential configured in n8n.
  • The node depends on the IZapp API endpoints to fetch ownership information based on the phone number.
  • Proper network access and valid credentials are necessary for successful execution.

Troubleshooting

  • Invalid Phone Number Format: Ensure the phone number matches one of the accepted formats (e.g., country code + number without spaces).
  • Authentication Errors: Verify that the API key credential is correctly set up and has the required permissions.
  • API Rate Limits or Quotas: If requests fail due to rate limiting, consider adjusting workflow frequency or contacting IZapp support.
  • Empty or Unexpected Responses: Confirm the phone number exists in the IZapp database; otherwise, the result may be empty or null.
  • Network Issues: Check internet connectivity and firewall settings that might block API calls.

Links and References

Discussion