Actions11
Overview
This node manages WhatsApp session connections and configurations via the DinastiAPI service. It allows users to perform various session-related operations such as connecting, disconnecting, logging out, pairing a phone, setting proxy settings, configuring storage and messaging options, and specifically for this context, configuring whether to skip processing group messages.
A practical use case for the "Configure Skip Groups" operation is when you want to optimize message handling by ignoring group messages entirely, which can reduce noise or processing load in workflows that only need direct messages.
Properties
| Name | Meaning |
|---|---|
| Enable Skip Groups | Whether to skip processing group messages (true or false) |
Output
The node outputs JSON data representing the response from the DinastiAPI after performing the requested operation. The output structure depends on the specific operation but generally includes status information or configuration details returned by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the DinastiAPI service.
- The node makes HTTP requests to DinastiAPI endpoints corresponding to the selected operation.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
Common issues:
- Incorrect or missing API credentials will cause authentication failures.
- Network connectivity problems may prevent successful API calls.
- Providing invalid property values (e.g., malformed proxy URLs) can result in errors.
Error messages:
- Authentication errors typically indicate invalid or missing API keys; verify credentials.
- HTTP request failures may show timeout or connection refused errors; check network and endpoint availability.
- Validation errors from the API may occur if required parameters are missing or incorrectly formatted; ensure all required fields are properly set.
Links and References
- DinastiAPI Documentation (replace with actual URL if available)
- WhatsApp Business API concepts for session management and message filtering (general reference).