Actions148
- Send messages Actions
- Outbound Messages Actions
- WhatsApp Numbers Actions
- Groups Actions
- Channels Actions
- Chats Actions
- Chat Contacts Actions
- Chat Messages Actions
- Chat Files Actions
- Team Actions
- Labels Actions
- Departments Actions
- Files Actions
- Quick replies Actions
- Queue Actions
- WhatsApp session Actions
- WhatsApp profile Actions
- Business catalog Actions
- Campaigns Actions
- Meeting Links Actions
- User Status Actions
- Webhooks Actions
- Other Actions
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
- Wassenger Official API Documentation (for detailed API usage and label management)
- n8n Documentation on Creating Custom Nodes