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, specifically allowing users to manage campaigns among many other resources. The "Delete Campaign" operation enables users to remove a campaign by specifying its unique ID. This is useful in scenarios where a campaign is no longer needed or was created by mistake and must be cleaned up from the system.
Practical examples include:
- Automatically deleting outdated marketing campaigns.
- Removing test campaigns after validation.
- Cleaning up campaigns that have been completed or canceled.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to delete. This is required to specify which campaign should be removed. |
Output
The output JSON contains the response from the API after attempting to delete the specified campaign. Typically, this will 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 external Wassenger API service being available and reachable.
- Proper configuration of the API key credential within n8n is necessary.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Campaign ID will result in an error.
- Network connectivity problems can prevent the node from reaching the Wassenger API.
- Insufficient permissions or invalid API key may cause authorization errors.
Error messages and resolutions:
- "Campaign not found": Verify the Campaign ID is correct and exists.
- "Unauthorized" or "Invalid API key": Check that the API key credential is correctly configured and valid.
- Timeout or network errors: Ensure stable internet connection and that the Wassenger API endpoint is accessible.
Links and References
- Wassenger WhatsApp API Documentation (general reference for API capabilities)
- n8n documentation on API credentials setup