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 a WhatsApp session, pairing a phone number, configuring proxy settings, and managing skip message filters (e.g., skipping group messages). The "Configure Skip Groups" operation specifically enables or disables skipping processing of group messages.
Practical scenarios include:
- Automating WhatsApp session management in workflows.
- Controlling which types of messages (like group messages) should be processed or ignored.
- Configuring integrations with external services like S3 storage or RabbitMQ messaging.
- Managing connection details such as proxies or pairing devices by phone number.
For example, enabling "Skip Groups" can help avoid processing group chat messages when only individual chats are relevant.
Properties
| Name | Meaning |
|---|---|
| Enable Skip Groups | Whether to skip processing group messages (true/false) |
Output
The node outputs JSON data representing the response from the ZuckZapGo API for the requested operation. The structure depends on the operation performed but generally includes status information or configuration details returned by the API.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the ZuckZapGo WhatsApp service.
- The node makes HTTP requests to various endpoints of the ZuckZapGo API to manage sessions and configurations.
- No additional environment variables or external dependencies are explicitly required beyond the API credential.
Troubleshooting
- Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Incorrect parameter values (e.g., invalid phone number format) may result in API errors.
- Network connectivity problems can prevent successful API calls.
- Error messages:
- Errors from the API are caught and handled; typical messages might indicate authorization failure, invalid input, or server errors.
- To resolve, verify API credentials, ensure correct input formats, and check network access.
Links and References
- ZuckZapGo API Documentation (hypothetical link, replace with actual if available)
- WhatsApp Business API concepts for session management and message filtering.