Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to update the name of a group within a specified instance. It is useful in scenarios where you need to programmatically rename groups, for example, to reflect changes in project names, team structures, or organizational updates. Practical applications include automating group management in communication platforms or collaboration tools integrated via the Evolution API.

Properties

Name Meaning
Nome Da Instância The name of the instance where the group name will be updated.
ID Do Grupo The unique identifier of the group whose name is to be updated.
Novo Nome Do Grupo The new name that will be assigned to the group.

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to update the group's name. This typically includes confirmation of the update or details about the updated group. The output does not include binary data.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The node expects the Evolution API base URL and headers to be configured internally.
  • No additional external dependencies are indicated beyond the Evolution API service.

Troubleshooting

  • Unsupported Operation Error: If the operation "Atualizar Nome Do Grupo" is not supported, the node throws an error indicating the function is not available for the resource. Ensure the correct resource and operation names are used.
  • Missing Required Parameters: Errors may occur if any of the required properties (instance name, group ID, or new group name) are missing or empty. Verify all required inputs are provided.
  • API Authentication Issues: Failure to authenticate with the Evolution API due to invalid or missing credentials will prevent the node from executing successfully. Confirm that a valid API key credential is configured.
  • Network or API Errors: General network issues or API errors returned by the Evolution API should be checked by reviewing the error messages and ensuring the API endpoint is reachable and operational.

Links and References

Discussion