Wassenger icon

Wassenger

Interact with Wassenger WhatsApp API

Actions148

Overview

This node interacts with the Wassenger WhatsApp API to retrieve profile information related to a specific WhatsApp number. The "Get Profile" operation under the "WhatsApp profile" resource allows users to fetch details about a WhatsApp device (number) registered in their Wassenger account.

Common scenarios where this node is beneficial include:

  • Retrieving metadata or status information about a WhatsApp number used for messaging.
  • Verifying the profile details of a WhatsApp device before sending messages or managing contacts.
  • Integrating WhatsApp profile data into CRM or customer support workflows.

For example, a user might want to get the profile info of a particular WhatsApp number to display its current status or configuration within an internal dashboard.

Properties

Name Meaning
WhatsApp Number The ID of the WhatsApp number/device to retrieve the profile for. This is selected from available devices via a dynamic list.
Include Options Optional string to specify additional data to include in the response when fetching the device profile.

Output

The node outputs JSON data representing the profile information of the specified WhatsApp number. The exact structure depends on the API response but typically includes details such as device ID, status, and any additional included data requested.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Wassenger WhatsApp API.
  • The node dynamically loads available WhatsApp numbers/devices via a method named getDevices.
  • No other external dependencies are explicitly required.

Troubleshooting

  • Common issues:

    • Invalid or missing WhatsApp number ID: Ensure the selected device ID exists and is valid.
    • Authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
    • Network or API downtime: Check connectivity and Wassenger service status.
  • Error messages:

    • Errors returned by the API will be caught and can appear in the output JSON under an error field if "Continue On Fail" is enabled.
    • Typical error messages may relate to invalid parameters or authentication failures; resolving these involves checking input values and credentials.

Links and References

Discussion