Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
This node, named "Evolution API," allows interaction with the Evolution API service. Specifically for the Resource "Grupo" and Operation "Revogar Link De Convite" (Revoke Invite Link), it enables users to revoke an existing invitation code for a group. 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 expired or compromised invite links to prevent unauthorized access.
- Managing group membership by disabling old invites before sending new ones.
- Automating group invite lifecycle management within workflows.
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 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 Evolution API response but generally includes confirmation of the revocation status or any relevant metadata returned by the API.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is set to
https://doc.evolution-api.com/api-reference. - Proper configuration of the API authentication credentials in n8n is necessary.
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 as "groups-api" and "revoke-invite-code" respectively.
- Authentication errors: Ensure the API key credential is valid and has the necessary permissions.
- Invalid group ID or instance name: Double-check that the provided group ID and instance name exist and are correct; otherwise, the API may return errors or fail silently.
- Network issues: Confirm network connectivity to the Evolution API endpoint.
Links and References
- Evolution API Documentation (base URL referenced in the node)