ZuckZapGo Group icon

ZuckZapGo Group

Manage WhatsApp groups with ZuckZapGo API

Overview

The "Set Ephemeral" operation of the ZuckZapGo Group node allows users to configure disappearing messages (ephemeral messages) in a WhatsApp group via the ZuckZapGo API. This feature controls how long messages remain visible before they are automatically deleted, enhancing privacy and reducing chat clutter.

Common scenarios for this node include:

  • Automatically deleting sensitive or temporary information after a set period.
  • Managing group message retention policies without manual intervention.
  • Enabling or disabling disappearing messages for specific groups.

For example, a community manager might use this node to set all messages in a support group to disappear after 7 days, ensuring that conversations do not accumulate indefinitely.

Properties

Name Meaning
Group JID The unique identifier (JID) of the WhatsApp group where ephemeral settings will be applied. Example: 120363312246943103@g.us. This is required.
Duration The duration for which messages will disappear. Options:
- Off: Disable disappearing messages
- 24 Hours: Messages disappear after 24 hours
- 7 Days: Messages disappear after 7 days
- 90 Days: Messages disappear after 90 days

Output

The node outputs JSON data representing the response from the ZuckZapGo API after setting the ephemeral message duration for the specified group. The structure typically includes confirmation details about the updated ephemeral settings or error information if the operation fails.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the ZuckZapGo API with valid API authentication credentials configured in n8n.
  • The node depends on the external ZuckZapGo service to manage WhatsApp groups.
  • Proper network access to the ZuckZapGo API endpoints is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing Group JID: Ensure the Group JID is correctly formatted and corresponds to an existing WhatsApp group.
    • Incorrect duration value: Use one of the predefined options ("off", "24h", "7d", "90d").
    • API authentication errors: Verify that the API key or token is correctly configured and has sufficient permissions.
    • Network connectivity problems: Confirm that the server running n8n can reach the ZuckZapGo API.
  • Error Messages:

    • "Binary property \"...\" not found": Not applicable for this operation but may appear if other operations involving images are misconfigured.
    • API errors returned by ZuckZapGo will be passed through; check the error message for details such as invalid parameters or permission issues.

To resolve errors, verify input parameters, ensure credentials are valid, and consult the ZuckZapGo API documentation for specific error codes.

Links and References

Discussion