Actions64
- Instance Actions
- Message Actions
- Group Actions
- Chat Actions
- Profile Actions
- Event Actions
- Integration Actions
Overview
The "Revoke Invite Code" operation in the Group resource of this node interacts with the Evolution API to revoke an existing invite code for a specified group. This is useful when you want to invalidate previously issued invite codes, preventing further access or joining via those codes. Common scenarios include managing group membership security by disabling old or compromised invite links.
For example, if a group admin wants to ensure that no new members can join using an outdated invite code, they would use this operation to revoke it.
Properties
Name | Meaning |
---|---|
Instance Name | The name of the Evolution API instance that will perform the revocation of the invite code. |
Group ID | The unique identifier (JID) of the group whose invite code should be revoked. |
Output
The output of this operation is 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 an active connection to the Evolution API.
- An API authentication token or key credential must be configured in n8n to authorize requests.
- The base URL for the API is set to
https://doc.evolution-api.com/api-reference
.
Troubleshooting
- Unsupported operation error: If the node throws an error stating the operation is unsupported, verify that the Resource is set to "Group" and the Operation to "Revoke Invite Code".
- Authentication errors: Ensure the API credentials are correctly configured and valid.
- Invalid Group ID: Providing an incorrect or non-existent Group ID may cause the API to return an error; double-check the Group ID value.
- Network issues: Connectivity problems with the Evolution API endpoint can cause request failures.
Links and References
- Evolution API Documentation (base URL used in the node)