Evolution API icon

Evolution API

Interact with Evolution API

Overview

The node "Evolution API" provides an interface to interact with the Evolution API, specifically supporting operations on various resources. For the resource Grupo and operation Revogar Link De Convite, this node 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 or restrict access to a group.

Practical examples include:

  • Revoking expired or compromised invite links to maintain group security.
  • Managing group membership by disabling old invitations before sending new ones.
  • Automating group access control in workflows that handle group lifecycle events.

Properties

Name Meaning
Nome Da Instância The name of the instance where the invite code will be revoked.
ID Do Grupo The unique identifier (ID) of the group for which the invite code should be revoked.

Output

The node outputs a JSON array containing the result of the revoke invite code operation. The exact structure depends on the API response but generally confirms whether the revocation was successful or not. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The node expects the Evolution API endpoint to be accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "groups-api" and "revoke-invite-code" respectively.
  • Authentication Failures: Ensure the API key credential is valid and has sufficient permissions to revoke invite codes.
  • Invalid Group ID or Instance Name: Double-check that the provided group ID and instance name exist and are correctly spelled.
  • Network Issues: Confirm network connectivity to the Evolution API service endpoint.

Links and References

  • Evolution API official documentation (not provided here; consult your API provider)
  • n8n documentation on creating and using custom nodes and credentials

Discussion