Wassenger icon

Wassenger

Interact with Wassenger WhatsApp API

Actions148

Overview

This node integrates with the Wassenger WhatsApp API to manage labels associated with WhatsApp numbers. Specifically, the "Delete Label" operation under the "Labels" resource allows users to remove a label by its name from a specified WhatsApp number. This is useful for organizing and cleaning up labels that categorize chats or contacts in WhatsApp automation workflows.

Practical scenarios include:

  • Automatically removing outdated or irrelevant labels from WhatsApp contacts.
  • Managing label lifecycle in bulk when contacts change status or categories.
  • Keeping label sets tidy to improve message targeting and segmentation.

Properties

Name Meaning
WhatsApp number The ID of the WhatsApp number (device) from which the label will be deleted.
Label Name The exact name of the label to delete from the specified WhatsApp number.

Output

The node outputs JSON data representing the result of the delete label operation. Typically, this would confirm whether the deletion was successful or provide error details if it failed.

No binary data output is involved in this operation.

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" must be valid and linked to the authenticated account.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent WhatsApp number ID will cause the operation to fail.
    • Specifying a label name that does not exist on the given WhatsApp number may result in an error or no action.
    • Network or authentication errors if the API key is missing, expired, or incorrect.
  • Error messages:

    • Errors related to authorization typically indicate problems with the API key credential; verify and update as needed.
    • Label not found errors suggest checking the label name spelling and existence on the target WhatsApp number.
    • General API errors might require inspecting the Wassenger API status or reviewing request limits.

Links and References

Discussion