Wazzap API icon

Wazzap API

Interact with Wazzap API

Overview

The node interacts with the Wazzap API to update the picture of a specified WhatsApp group. It allows users to set a new group image by providing a direct URL to the desired image. This is useful for automating group management tasks such as branding groups, updating event-specific images, or refreshing group visuals without manual intervention.

Practical examples:

  • Automatically update a community group's picture daily with event-related banners.
  • Change the group icon when a new campaign or promotion starts.
  • Set personalized group pictures based on group activity or membership changes.

Properties

Name Meaning
👥 Group ID (JID) The unique identifier of the WhatsApp group where the picture will be updated (e.g., 1234567890-123456@g.us).
🔗 Image URL A direct URL pointing to the image file that will be set as the new group picture.
⚙️ Additional Options Optional settings including:
- 🔢 Priority Number: Selects which sending number to use (0=Default, 999=Random, 1–5=Specific slot).
- ⏱️ Delay Settings: Configure a random delay range in milliseconds before sending the update (start and end values).

Output

The node outputs a JSON array containing the response from the Wazzap API after attempting to update the group picture. The exact structure depends on the API response but typically includes confirmation of success or error details.

No binary data output is involved.

Dependencies

  • Requires an active connection to the Wazzap API service.
  • Needs an API authentication token configured in n8n credentials to authorize requests.
  • Internet access to fetch the image from the provided URL and communicate with the Wazzap API endpoint.

Troubleshooting

  • Common issues:

    • Invalid or malformed Group ID (JID) format may cause the operation to fail.
    • Providing a non-direct or inaccessible image URL will prevent the picture from updating.
    • Network connectivity problems can block communication with the Wazzap API.
    • Insufficient permissions or expired API tokens will result in authorization errors.
  • Error messages:

    • "Unsupported operation." — Occurs if the selected resource-operation combination is not implemented; ensure correct Resource and Operation are chosen.
    • API errors indicating invalid JID or image URL should be resolved by verifying input correctness.
    • Timeout or network errors suggest checking internet connectivity and API availability.

Links and References

Discussion