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 variety of operations such as listing newsletters, creating new ones, subscribing/unsubscribing, sending messages or reactions, muting notifications, and more.
A common use case is automating interactions with WhatsApp newsletters for marketing, updates, or community engagement. For example, you can automatically mute notifications from a newsletter during certain hours, send scheduled messages to subscribers, or retrieve recent newsletter messages for processing.
Specifically, the Mute Newsletter operation lets users mute or unmute notifications from a specified newsletter, helping control notification flow without unsubscribing.
Properties
| Name | Meaning |
|---|---|
| Newsletter JID | The unique identifier (JID) of the newsletter to operate on. Example: 120363025246943103@newsletter |
| Mute | Boolean flag indicating whether to mute (true) or unmute (false) the newsletter notifications |
Output
The node outputs JSON data representing the response from the ZuckZapGo API for the requested operation. For the Mute Newsletter operation, the output typically confirms the success or failure of the mute/unmute action.
The output JSON structure depends on the API response but generally includes status information and any relevant metadata about the newsletter's mute state.
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.
- The node uses HTTP methods (GET or POST) to interact with various endpoints of the ZuckZapGo API.
Troubleshooting
Common issues:
- Invalid or missing Newsletter JID: Ensure the newsletter identifier is correct and properly formatted.
- Authentication errors: Verify that the API key credential is valid and has necessary permissions.
- Network or API downtime: Check connectivity and ZuckZapGo service status.
Error messages:
"error": "Invalid newsletter JID"— Confirm the newsletter JID is accurate."error": "Unauthorized"— Check API credentials and permissions."error": "Failed to mute newsletter"— Could indicate server-side issues or invalid parameters; retry or verify inputs.
To resolve errors, review input parameters, ensure proper authentication, and consult ZuckZapGo API documentation for endpoint-specific requirements.
Links and References
- ZuckZapGo API Documentation (hypothetical link, replace with actual if available)
- WhatsApp Newsletter Concepts: https://faq.whatsapp.com/general/channels-newsletters
- n8n Documentation: https://docs.n8n.io/integrations/creating-nodes/