ZuckZapGo Newsletter icon

ZuckZapGo Newsletter

Manage WhatsApp newsletters/channels using ZuckZapGo API

Overview

This node allows managing WhatsApp newsletters (channels) through the ZuckZapGo API. It supports a wide range of newsletter-related operations such as listing newsletters, creating new ones, subscribing/unsubscribing, sending messages, muting notifications, reacting to messages, and more.

A common use case is automating interactions with WhatsApp newsletters for marketing or communication purposes. For example, you can automatically subscribe users to newsletters, send scheduled updates, or retrieve newsletter messages for processing.

Specifically, the Unsubscribe Newsletter operation lets you unsubscribe from a specified newsletter by providing its unique JID (Jabber ID).

Properties

Name Meaning
Newsletter JID The unique identifier (JID) of the newsletter you want to unsubscribe from.

Output

The node outputs JSON data representing the response from the ZuckZapGo API for the unsubscribe request. This typically includes confirmation of the unsubscription or error details if the operation failed.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the ZuckZapGo API.
  • Requires an API authentication credential configured in n8n to authorize requests.
  • The node uses HTTP methods (POST/GET) to interact with the API endpoints.

Troubleshooting

  • Common issues:

    • Invalid or missing Newsletter JID will cause the API to reject the request.
    • Network connectivity problems may prevent successful API calls.
    • Insufficient permissions or invalid API credentials will result in authorization errors.
  • Error messages:

    • "error": "Invalid NewsletterID" — Check that the Newsletter JID is correct and exists.
    • "error": "Unauthorized" — Verify that the API key or authentication token is valid and has required permissions.
    • Timeout or network errors — Ensure stable internet connection and that the API endpoint is reachable.

To resolve these, verify input parameters, check API credentials, and ensure network access.

Links and References


If you need summaries for other operations or resources, please provide their names.

Discussion