Wassenger icon

Wassenger

Interact with Wassenger WhatsApp API

Actions148

Overview

This node interacts with the Wassenger WhatsApp API to retrieve the status of a message queue associated with a specific WhatsApp number. It is useful for monitoring and managing message queues, ensuring messages are processed or sent in order, and checking the current state of queued messages.

Practical scenarios include:

  • Checking if there are pending messages waiting to be sent on a particular WhatsApp number.
  • Monitoring queue length or status to optimize message sending workflows.
  • Integrating queue status checks into automated workflows to trigger actions based on queue conditions.

Properties

Name Meaning
WhatsApp Number The ID of the WhatsApp number whose message queue status you want to retrieve. This is selected from available WhatsApp numbers linked to your account.

Output

The node outputs JSON data representing the status of the message queue for the specified WhatsApp number. The exact structure depends on the API response but typically includes details such as:

  • Number of messages currently in the queue.
  • Status indicators (e.g., active, paused).
  • Possibly timestamps or identifiers related to queued messages.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the Wassenger WhatsApp API.
  • The node depends on the Wassenger service being accessible and properly configured.
  • The "WhatsApp Number" property relies on dynamically loaded options, which fetch available WhatsApp numbers via the getDevices method.

Troubleshooting

  • Common issues:

    • Invalid or missing API key credential will cause authentication failures.
    • Selecting a WhatsApp number that is not linked or inactive may result in errors or empty queue status.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Errors returned by the API will be surfaced in the node output if "Continue On Fail" is enabled.
    • Typical error messages might include authentication errors, invalid parameter errors, or service unavailability.
  • Resolutions:

    • Verify the API key credential is correctly set up and has necessary permissions.
    • Ensure the WhatsApp number selected is valid and active.
    • Check network connectivity and Wassenger service status.

Links and References

Discussion