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 based on the selected resource and operation. Specifically, for the 'Group' resource and 'Update Group Name' operation, it updates the name of a specified group within an instance. This is useful for automating group management tasks such as renaming groups dynamically based on workflow conditions or external triggers.
Use Case Examples
- Automatically rename a group in an instance when a project phase changes.
- Update group names in bulk based on data from a CRM system.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance that will update the group name, identifying the target environment for the operation. |
| Group ID | The unique identifier of the group whose name will be updated, specifying the exact group to modify. |
| New Group Name | The new name to be set for the group, defining the updated group name. |
Output
JSON
success- Indicates whether the group name update was successful.updatedGroupId- The ID of the group that was updated.newGroupName- The new name assigned to the group.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
Troubleshooting
- Ensure the provided Instance Name matches a valid instance in the Evolution API environment.
- Verify the Group ID is correct and corresponds to an existing group.
- Check that the new group name meets any naming constraints imposed by the API.
- Common error: 'Unsupported operation' indicates the selected operation is not implemented; verify the resource and operation names are correct.
Links
- Evolution API Documentation - Official documentation for the Evolution API, detailing available endpoints and usage.