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 WhatsApp channels. Specifically, the Update Channel operation allows users to modify existing WhatsApp channel details such as the channel's name, description, profile image, and associated WhatsApp number.
Typical use cases include:
- Renaming a WhatsApp channel to reflect new branding or campaign focus.
- Updating the channel description to provide more relevant information.
- Changing the profile picture of the channel to keep it current or aligned with marketing materials.
- Associating the channel with a different WhatsApp number managed in Wassenger.
For example, a marketing team might update their WhatsApp channel's name and image before launching a new product promotion to ensure customers see the latest branding.
Properties
| Name | Meaning |
|---|---|
| WhatsApp Number | The ID of the WhatsApp number to associate with the channel. This identifies which WhatsApp device/number the channel uses. Options are dynamically loaded from available devices. |
| Channel ID | The unique identifier of the channel to update (e.g., 123000098765421000 or 123000098765421000@newsletter). |
| Channel Name | The new name for the channel. |
| Description | Optional. A textual description of the channel, up to 2048 characters. |
| Image URL | Optional. URL pointing to an image (JPG or PNG, max 1MB) to set as the channel's profile picture. |
Output
The node outputs JSON data representing the updated channel object returned by the Wassenger API. This typically includes the updated channel properties such as its ID, name, description, image URL, and associated WhatsApp number.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Wassenger WhatsApp API.
- An API key credential must be configured in n8n to authenticate requests.
- The node depends on dynamic loading of WhatsApp numbers (devices) to select the correct number for the channel.
Troubleshooting
Common issues:
- Invalid or missing Channel ID: Ensure the Channel ID provided exists and is correctly formatted.
- Unauthorized errors: Verify that the API key credential is valid and has sufficient permissions.
- Image upload failures: Confirm the Image URL points to a JPG or PNG file not exceeding 1MB.
- Missing WhatsApp Number: Make sure the selected WhatsApp number is active and accessible via the API.
Error messages:
"Channel not found": The specified Channel ID does not exist; double-check the ID."Invalid API key"or authentication errors: Reconfigure the API key credential."Image size too large": Use an image smaller than 1MB."Device not found": The WhatsApp number/device ID is invalid or no longer available.
Resolving these usually involves verifying input parameters and ensuring proper API credentials.
Links and References
- Wassenger API Documentation (for detailed API capabilities and requirements)
- WhatsApp Business API Guidelines (general WhatsApp channel management best practices)