ZuckZapGo Group icon

ZuckZapGo Group

Manage WhatsApp groups with ZuckZapGo API

Overview

This node integrates with the ZuckZapGo API to manage WhatsApp groups. It supports a variety of group-related operations such as creating groups, retrieving group information, managing participants, updating group settings (name, description, photo, announcement mode, ephemeral messages), handling invite links, and leaving groups.

Typical use cases include automating WhatsApp group management tasks within workflows, such as:

  • Creating new WhatsApp groups with specified participants.
  • Fetching detailed information about existing groups.
  • Updating group metadata like name, topic, or photo.
  • Managing group membership by adding, removing, promoting, or demoting participants.
  • Handling invite links for joining or sharing groups.

For example, a marketing automation workflow could create a new group for a campaign and add targeted contacts automatically, or a customer support system could update group announcements dynamically.

Properties

Name Meaning
Group JID The unique identifier (JID) of the WhatsApp group, e.g., 120363312246943103@g.us.

Note: This property is required for the "Get Info" operation and several other group-related operations.

Output

The node outputs JSON data representing the response from the ZuckZapGo API for the selected operation. The structure varies depending on the operation but generally includes details about the group or the result of the requested action.

No binary output is produced for the "Get Info" operation.

Dependencies

  • Requires an active connection to the ZuckZapGo API via an API key credential configured in n8n.
  • The node uses internal helper functions to validate phone numbers and prepare media data when applicable.
  • Network access to the ZuckZapGo API endpoints is necessary.

Troubleshooting

  • Missing or invalid Group JID: If the provided Group JID is incorrect or missing, the API will likely return an error indicating the group was not found. Ensure the JID is accurate and properly formatted.
  • API request failures: Network issues or invalid API credentials can cause request failures. Verify that the API key credential is correctly set up and that the ZuckZapGo service is reachable.
  • Unexpected response format: If the API changes its response structure, the node might not parse it correctly. Check for updates to the node or API documentation.
  • Continue On Fail: If enabled, errors for individual items will be returned as JSON objects with an error field instead of stopping execution.

Links and References

Discussion