UazAPI icon

UazAPI

Integração completa com UazAPI - 90+ endpoints para automação WhatsApp

Overview

This node integrates with the UazAPI service to manage WhatsApp groups, specifically allowing you to update a group's description. It is useful in scenarios where you need to programmatically modify group metadata without manual intervention, such as updating event details, announcements, or rules within a WhatsApp group.

For example, you can automate changing the description of a customer support group to reflect new operating hours or update a project group description with the latest milestones.

Properties

Name Meaning
Group JID The unique identifier (JID) of the WhatsApp group whose description you want to update.

Output

The node outputs JSON data representing the response from the UazAPI after attempting to update the group description. This typically includes confirmation of success or failure and any relevant metadata returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the UazAPI service.
  • Requires valid credentials for UazAPI, including a base URL and authentication tokens.
  • The node uses HTTP requests authenticated via these credentials to communicate with the UazAPI endpoints.

Troubleshooting

  • Common Issues:

    • Invalid or missing Group JID: Ensure the Group JID is correctly specified and corresponds to an existing WhatsApp group.
    • Authentication errors: Verify that the API credentials are correctly configured and have not expired.
    • Network issues: Confirm that the n8n instance has network access to the UazAPI base URL.
  • Error Messages:

    • Errors returned from the API will be included in the node's output JSON under an error field if "Continue On Fail" is enabled.
    • Typical errors might include "Group not found," "Unauthorized," or "Invalid parameters."
  • Resolution:

    • Double-check input parameters for correctness.
    • Re-authenticate or update API credentials if authentication fails.
    • Check UazAPI service status and network connectivity.

Links and References

Discussion