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 operations related to groups. Specifically, the 'Leave Group' operation allows a user to leave a specified group by providing the instance name and the group ID. This is useful in scenarios where automated workflows need to manage group memberships, such as removing a user from a chat group or managing access control in collaborative environments.
Use Case Examples
- Leaving a chat group by specifying the group ID and instance name to automate user removal from the group.
- Managing group memberships dynamically in a workflow by leaving groups based on certain triggers.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance where the group exists, required to identify the correct environment for the operation. |
| Group ID | The unique identifier of the group that the user wants to leave, required to specify the target group. |
Output
JSON
result- The response from the Evolution API after attempting to leave the specified group, typically indicating success or failure of the operation.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- Common issues include providing incorrect or missing instance name or group ID, which will cause the operation to fail.
- If the API key credential is invalid or missing, authentication errors will occur.
- The node throws an error if the specified operation or resource is unsupported, indicating a configuration issue.
Links
- Evolution API Documentation - Official documentation for the Evolution API, providing details on available endpoints and usage.