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 integrates with the ZuckZapGo API to manage WhatsApp newsletters (channels). It allows users to perform a variety of operations such as listing newsletters, creating new ones, subscribing/unsubscribing, sending messages, reacting to messages, and subscribing to live updates. This node is useful for automating newsletter management workflows on WhatsApp, enabling businesses or content creators to efficiently handle their subscriber communications.
A practical example is subscribing to live updates from a specific newsletter to receive real-time notifications about new messages or changes, which can then trigger further automation in n8n workflows.
Properties
| Name | Meaning |
|---|---|
| Newsletter JID | The unique identifier (JID) of the newsletter/channel to operate on. |
Note: For the "Subscribe Live Updates" operation, only the Newsletter JID property is required.
Output
The node outputs JSON data representing the response from the ZuckZapGo API corresponding to the requested operation. For the "Subscribe Live Updates" operation, the output JSON typically contains confirmation or details about the subscription to live updates for the specified newsletter.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the ZuckZapGo API.
- Requires an API key credential configured in n8n for authenticating requests to the ZuckZapGo service.
Troubleshooting
Common issues:
- Invalid or missing Newsletter JID will cause the API request to fail.
- Network connectivity problems may prevent successful API calls.
- Insufficient permissions or invalid API credentials will result in authentication errors.
Error messages:
- Errors returned from the API are captured and returned in the output JSON under an
errorfield if the node is set to continue on failure. - Typical error messages include "Invalid Newsletter JID", "Unauthorized", or "Network Error".
- Errors returned from the API are captured and returned in the output JSON under an
Resolutions:
- Verify that the Newsletter JID is correct and corresponds to an existing newsletter.
- Ensure the API key credential is valid and has necessary permissions.
- Check network connectivity and firewall settings.
Links and References
- ZuckZapGo API Documentation (hypothetical link for reference)
- WhatsApp Newsletter Concepts (general info)