Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to perform various operations related to groups. Specifically, for the 'Group' resource and 'Revoke Invite Link' operation, it revokes an invite code for a specified group within a given instance. This is useful for managing group access by invalidating previously issued invite links, ensuring that only authorized users can join the group.
Use Case Examples
- Revoke an invite link for a group to prevent further access using that link.
- Manage group membership by invalidating outdated or compromised invite codes.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance that will revoke the invite code, identifying the specific environment or server. |
| Group ID | The unique identifier of the group for which the invite code will be revoked. |
Output
JSON
revokeInviteLinkResult- Result of the revoke invite link operation, typically including status or confirmation details.
Dependencies
- Requires an API key credential for Evolution API authentication.
Troubleshooting
- If the node throws an 'Unsupported operation' error, verify that the resource and operation names are correctly set to 'Group' and 'Revoke Invite Link'.
- Ensure the provided instance name and group ID are valid and exist in the Evolution API environment.
- Check API credentials and network connectivity if the request to revoke the invite link fails.
Links
- Evolution API Documentation - Official documentation for the Evolution API, including details on group management and invite link revocation.