Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to update the description of a specific group. It is useful in scenarios where you need to programmatically manage group metadata, such as updating group descriptions to reflect new information or changes in group purpose. For example, an administrator can automate updating group descriptions across multiple groups based on external data or events.

Properties

Name Meaning
Nome Da Instância The name of the instance where the group description will be updated.
ID Do Grupo The unique identifier of the group whose description is to be updated.
Nova Descrição The new description text that will be set for the specified group.

Output

The node outputs a JSON array containing the result of the update operation. This typically includes confirmation details such as success status or updated group information returned by the Evolution API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The node expects the Evolution API to be accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication.

Troubleshooting

  • Unsupported Operation Error: If the node throws an error stating the operation is not supported, verify that the "Resource" is set to "Grupo" and the "Operation" is set to "Atualizar Descrição Do Grupo".
  • Authentication Failures: Ensure the API key credential is valid and has sufficient permissions to update group descriptions.
  • Invalid Group ID: Errors may occur if the provided group ID does not exist or is malformed; double-check the group identifier.
  • Empty or Invalid Description: The new description must be a non-empty string; otherwise, the API might reject the request.

Links and References

Discussion