izapp - WhatsApp icon

izapp - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp-based customer relationship platform, enabling various operations related to contacts, messages, protocols, groups, marketing campaigns, and more. Specifically, the "Recados - Listar - Todos" operation fetches all inbox messages (recados) from the platform.

Common scenarios for this node include:

  • Retrieving all inbox messages to monitor customer communications.
  • Managing WhatsApp contact details and tags.
  • Sending notifications or messages to contacts or groups.
  • Accessing protocol histories and observations.
  • Listing marketing campaigns and their statuses.

Practical example: Using the "Recados - Listar - Todos" operation, a user can retrieve all received messages in the inbox, which can then be processed or analyzed within an n8n workflow for customer support automation or reporting.

Properties

Name Meaning
Número Da Página The page number of results to fetch when listing all inbox messages. Must be at least 1.

Output

The node outputs JSON data representing the result of the selected operation. For the "Recados - Listar - Todos" operation, the output JSON contains the list of all inbox messages retrieved from the platform, likely including message details such as sender, content, timestamps, and status.

If the node supports binary data output (not explicitly shown here), it would typically represent media files or attachments related to messages.

Dependencies

  • Requires an API key credential to authenticate with the WhatsApp customer relationship platform.
  • The node depends on internal action modules that implement each operation's logic.
  • No additional external services are explicitly required beyond the platform's API.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Requesting a page number less than 1 may lead to errors or empty results.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors indicate invalid or expired API keys; verify and update credentials.
    • Pagination errors suggest invalid page parameters; ensure "Número Da Página" is set to 1 or higher.
    • API rate limits or server errors require retrying after some time or contacting platform support.

Links and References

  • Refer to the platform's official API documentation for detailed information on inbox message structures and pagination.
  • Consult n8n documentation for guidance on setting up API credentials and using custom nodes.

Discussion