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 interacts with the Wassenger WhatsApp API to update an existing label associated with a specific WhatsApp number. Labels in WhatsApp are used to organize and categorize chats or contacts, making it easier to manage conversations.
Typical use cases include:
- Renaming or recoloring labels to better reflect their purpose.
- Adding or updating descriptions for labels to provide more context.
- Managing labels programmatically as part of a larger WhatsApp automation workflow.
For example, you might use this node to change the color of a "Support" label from blue to red to indicate urgency or update its description to clarify its usage.
Properties
| Name | Meaning |
|---|---|
| WhatsApp number | The ID of the WhatsApp number (device) on which the label exists and will be updated. |
| Label Name | The name of the label to update. |
| Label Color | The new color of the label. Options: Ruby, Tomato, Orange, Sunflower, Bubble, Rose, Poppy, Rouge, Raspberry, Purple, Lavender, Violet, Pool, Emerald, Kelly, Apple, Turquoise, Aqua, Gold, Latte, Cocoa, Iron. |
| Description | An optional short description of the label to provide additional context or details. |
Output
The node outputs JSON data representing the result of the label update operation. This typically includes confirmation of the updated label's properties such as its name, color, description, and possibly an identifier confirming the update was successful.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Wassenger WhatsApp API.
- Needs an API key credential configured in n8n to authenticate requests.
- The WhatsApp number (device ID) must be valid and linked to the Wassenger account.
Troubleshooting
- Invalid WhatsApp number: If the provided device ID does not exist or is not linked, the update will fail. Verify the device ID is correct and accessible.
- Label not found: Attempting to update a label that does not exist may cause errors. Ensure the label name matches an existing label.
- API authentication errors: Missing or invalid API keys will prevent the node from executing. Confirm the API key credential is correctly set up.
- Color option errors: Providing a color value outside the allowed options will cause validation errors. Use one of the predefined colors listed in the properties.
- Network issues: Connectivity problems with the Wassenger API endpoint can cause timeouts or failures. Check network access and API status.