z-api by @jaimeflneto icon

z-api by @jaimeflneto

Interact with Z-API to send WhatsApp messages

Overview

This node interacts with the Z-API service to perform operations related to WhatsApp communities. Specifically, the 'Reset Invite Link' operation resets the invite link of a specified community. This is useful for administrators who want to invalidate the current invite link and generate a new one to control access to their community.

Use Case Examples

  1. An admin wants to reset the invite link of a WhatsApp community to prevent further joining using the old link.
  2. Automating community management by periodically resetting invite links for security purposes.

Properties

Name Meaning
Community ID The ID of the community for which the invite link will be reset.

Output

JSON

  • inviteLink - The new invite link generated after resetting.
  • communityId - The ID of the community for which the invite link was reset.

Dependencies

  • Z-API service for WhatsApp interaction

Troubleshooting

  • Ensure the Community ID is valid and corresponds to an existing community in the Z-API system.
  • Check API credentials and permissions to confirm the node has rights to reset invite links.
  • Common errors may include invalid community ID, network issues, or authentication failures. Verify credentials and network connectivity to resolve these.

Links

  • Z-API Documentation - Official documentation for the Z-API service used to manage WhatsApp communities and other resources.

Discussion