ZuckZapGo AI icon

ZuckZapGo AI

Send WhatsApp messages using ZuckZapGo - optimized for AI workflows

Overview

The node "ZuckZapGo AI" integrates with the ZuckZapGo WhatsApp API to perform various WhatsApp messaging and session management operations. Specifically, the Get Status operation retrieves the current WhatsApp session connection status and health information. This is useful for monitoring whether the WhatsApp session is active, connected, or experiencing issues.

Common scenarios where this node is beneficial include:

  • Monitoring the health of a WhatsApp session in an automated workflow.
  • Triggering alerts or fallback actions if the WhatsApp connection is lost.
  • Integrating WhatsApp session status checks into broader business automation pipelines.

Example use case: A business automation flow that periodically checks the WhatsApp session status to ensure messages can be sent, and notifies administrators if the session is disconnected.

Properties

Name Meaning
Optimize Response Whether to optimize the response to reduce token usage and improve AI processing (boolean).
Max Response Length Maximum number of characters in the response; responses will be truncated if longer (number).
Include Only Essential Fields Whether to include only essential fields in the response to reduce noise (boolean).
Response Format How to format the response for optimal AI agent understanding. Options:
- Optimized: Clean, structured response optimized for AI processing
- Raw: Complete raw response from the API
- Summary: Brief summary with key information only

These properties control how the output data from the Get Status operation is formatted and optimized, especially when used as a tool within AI workflows.

Output

The node outputs JSON data representing the WhatsApp session status retrieved from the API endpoint /session/status. The structure typically includes connection state, session validity, and other health metrics related to the WhatsApp session.

If the "Optimize Response" option is enabled, the output may be truncated or filtered to include only essential fields to reduce noise and token usage for AI processing.

No binary data is produced by the Get Status operation.

Dependencies

  • Requires an API key credential for authenticating with the ZuckZapGo WhatsApp API.
  • The node makes HTTP requests to the ZuckZapGo API endpoints.
  • No additional external dependencies beyond the configured API credential.

Troubleshooting

  • Error: Unknown operation β€” This occurs if an unsupported operation name is provided. Ensure the operation is set to "Get Status" or another valid option.
  • API request failures β€” Network issues or invalid API credentials can cause request errors. Verify the API key and network connectivity.
  • Empty or unexpected response β€” If the session status data is missing or malformed, check the WhatsApp session on the ZuckZapGo platform to ensure it is active.
  • Optimization truncation β€” When "Optimize Response" is enabled, some data may be truncated. Disable optimization to get full raw data for debugging.

Links and References

Discussion