ZuckZapGo Newsletter icon

ZuckZapGo Newsletter

Manage WhatsApp newsletters/channels using ZuckZapGo API

Overview

This node integrates with the ZuckZapGo API to manage WhatsApp newsletters and channels. It allows users to perform various newsletter-related operations such as listing newsletters, creating new ones, subscribing or unsubscribing (including via invite codes), sending messages, muting notifications, and managing message reactions.

The "Unsubscribe with Invite" operation specifically enables a user to unsubscribe from a newsletter using an invite code rather than a direct newsletter identifier. This is useful in scenarios where the user has been invited to a newsletter via a code and wants to revoke their subscription without needing the newsletter's full ID.

Practical examples:

  • A user receives an invite code to join a WhatsApp newsletter but later decides to unsubscribe using that same invite code.
  • Automating bulk unsubscriptions from newsletters by processing a list of invite codes.

Properties

Name Meaning
Invite Code The unique code used to identify the newsletter invite for unsubscription. Required for "Unsubscribe with Invite" operation.

Output

The node outputs JSON data representing the response from the ZuckZapGo API for the performed operation. For the "Unsubscribe with Invite" operation, this typically includes confirmation of successful unsubscription or error details if the operation failed.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the ZuckZapGo API.
  • The node makes HTTP requests to the ZuckZapGo API endpoints.
  • Proper configuration of the API credential within n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or expired invite code leading to unsubscription failure.
    • Network connectivity problems preventing API communication.
    • Missing or incorrect API authentication credentials.
  • Error messages:

    • Errors returned from the API will be included in the node output under an error field if "Continue on Fail" is enabled.
    • Typical errors might include "Invalid invite code" or "Unauthorized access".
  • Resolutions:

    • Verify the invite code is correct and active.
    • Check API credentials and permissions.
    • Ensure network access to the ZuckZapGo API endpoint.

Links and References

Discussion