Evolution API Direct icon

Evolution API Direct

Interact with Evolution API using direct URL and API Key

Overview

This node interacts with the Evolution API to perform operations related to groups. Specifically, for the "Grupo" resource and the "Revogar Link De Convite" operation, it revokes an existing invitation link code for a specified group instance. This is useful in scenarios where you want to invalidate previously shared invite links to control group membership or enhance security.

Practical examples include:

  • Revoking an invite link after a certain period or event.
  • Preventing further users from joining a group via an old invite link.
  • Managing group access dynamically through API calls.

Properties

Name Meaning
Server URL The full URL of your Evolution API server (e.g., https://api.exemplo.com).
API Key The API key credential required to authenticate requests to the Evolution API instance.
Nome Da Instância The name of the specific instance where the invite code will be revoked.
ID Do Grupo The unique identifier of the group whose invite code should be revoked.

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to revoke the invite code. The exact structure depends on the API's response but typically includes confirmation of success or details about the revoked invite code.

No binary data output is expected from this operation.

Dependencies

  • Requires access to the Evolution API endpoint specified by the Server URL.
  • Requires a valid API key credential for authentication.
  • Proper configuration of the instance name and group ID relevant to the target group.

Troubleshooting

  • Common Issues:

    • Invalid or missing API key leading to authentication errors.
    • Incorrect Server URL causing connection failures.
    • Nonexistent or incorrect group ID or instance name resulting in failed revocation.
  • Error Messages:

    • "Operação não suportada." indicates that the requested operation is not implemented or recognized; verify the resource and operation names.
    • Network or authorization errors may occur if credentials or URLs are misconfigured.
  • Resolutions:

    • Double-check all input properties for correctness.
    • Ensure the API key has sufficient permissions.
    • Confirm the group ID and instance name exist and are correctly spelled.

Links and References

Discussion