Actions15
- Create Newsletter
- Get Newsletter Info
- Send Newsletter Message
- Subscribe Newsletter
- Subscribe with Invite
- Unsubscribe Newsletter
- Unsubscribe with Invite
- Mute Newsletter
- Get Newsletter Messages
- Send Newsletter Reaction
- Mark Newsletter Viewed
- Subscribe Live Updates
- Get Message Updates
- Accept TOS Notice
- Send Admin Invite
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
- ZuckZapGo API Documentation (hypothetical link)
- WhatsApp Newsletter concepts: https://faq.whatsapp.com/general/channels-newsletters
If you need summaries for other operations or resources, please provide their names.