Actions11
Overview
This node manages WhatsApp session connections and configurations via the ZuckZapGo service. It allows users to perform various operations such as connecting or disconnecting from WhatsApp servers, pairing a phone number, configuring proxy settings, and managing media download preferences including skipping media downloads.
The Configure Skip Media operation specifically enables or disables the skipping of downloading media files in WhatsApp sessions. This can be useful in scenarios where users want to reduce bandwidth usage, save storage space, or speed up processing by ignoring media content.
Practical examples:
- Automatically skip downloading images and videos when receiving WhatsApp messages to save storage.
- Enable skip media during high traffic periods to optimize performance.
- Toggle skip media setting remotely through workflow automation.
Properties
| Name | Meaning |
|---|---|
| Enable Skip Media | Whether to skip downloading media files (true/false) |
Output
The node outputs JSON data representing the response from the ZuckZapGo API for the requested operation. For the Configure Skip Media operation, the output will typically confirm the updated configuration status, indicating whether skipping media is enabled or disabled.
The output structure is an array of JSON objects, each corresponding to an input item processed. The exact fields depend on the API response but generally include confirmation details of the applied settings.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the ZuckZapGo WhatsApp session management service.
- The node communicates with the ZuckZapGo API endpoints over HTTP.
- Proper network access to the ZuckZapGo service is necessary.
- No additional environment variables are required beyond the API credential.
Troubleshooting
Common issues:
- Invalid or missing API credentials causing authentication failures.
- Network connectivity problems preventing communication with the ZuckZapGo API.
- Incorrect property values leading to rejected requests.
Error messages:
- Authentication errors: Verify that the API key credential is correctly configured and valid.
- HTTP request failures: Check network connectivity and endpoint availability.
- Validation errors: Ensure boolean values for "Enable Skip Media" are properly set.
To resolve errors, review the node's credentials, verify input parameters, and ensure the ZuckZapGo service is operational.
Links and References
- ZuckZapGo Official Documentation (replace with actual URL if available)
- n8n Documentation on Creating Custom Nodes
- WhatsApp Business API general info: https://developers.facebook.com/docs/whatsapp/