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 'Join Group' operation allows an instance to join a group using a provided invite code. This is useful in scenarios where automated workflows need to manage group memberships dynamically, such as adding instances to collaboration groups or managing access control in a system.
Use Case Examples
- Joining a group by providing the instance name and the group's invite code to automate membership management.
- Using the node in a workflow to add new instances to a group as part of a deployment or onboarding process.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance that will join the group, used to identify the joining entity in the group. |
| Invite Code | The group invite code required to join the group, ensuring that only authorized instances can join. |
Output
JSON
joinedGroup- Details or confirmation of the group that the instance has joined.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- If the node throws an error stating 'Unsupported operation', it means the specified operation is not implemented or incorrectly referenced; verify the operation name and resource.
- Errors related to authentication indicate missing or invalid API credentials; ensure the Evolution API key is correctly configured.
- If joining the group fails, check that the invite code is correct and that the instance name is valid and unique.
Links
- Evolution API Documentation - Official documentation for the Evolution API, providing details on available endpoints and usage.