Actions64
- Instance Actions
- Message Actions
- Group Actions
- Chat Actions
- Profile Actions
- Event Actions
- Integration Actions
Overview
The node interacts with the Evolution API, specifically providing functionality to revoke an invite link for a group. This operation is useful when you want to invalidate or cancel an existing invitation code to a group, ensuring that no further users can join using that code. Practical scenarios include managing group membership securely by controlling access through invite codes, such as in community management or team collaboration platforms.
Properties
Name | Meaning |
---|---|
Name Da Instância | The name of the instance where the invite code will be revoked. |
Group ID | 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 link operation. The exact structure depends on the Evolution API response but generally includes confirmation of the revocation status or any relevant metadata about the operation. 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 base URL for API requests is
https://doc.evolution-api.com/api-reference
. - Proper configuration of the API authentication credentials within n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing API credentials may cause authentication failures.
- Providing an incorrect or non-existent Group ID will likely result in an error from the API.
- Network connectivity problems can prevent successful API calls.
Error messages:
"Operação não suportada."
indicates that the requested operation is not supported for the selected resource. Ensure that "Revoke Invite Link" is chosen under the "Group" resource.- API errors related to invalid parameters or permissions should be checked against the Evolution API documentation and credentials setup.
Links and References
- Evolution API Documentation (base URL used for requests)