Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations related to groups. Specifically, the "Atualizar Nome Do Grupo" (Update Group Name) operation allows users to update the name of a specified group within an instance. This is useful in scenarios where group names need to be changed dynamically based on organizational changes, rebranding, or corrections.

Practical examples include:

  • Automatically renaming project groups when project titles change.
  • Updating group names to reflect new team structures.
  • Correcting typos or standardizing naming conventions across groups.

Properties

Name Meaning
Nome Da Instância The name of the instance where the group exists and whose group name will be updated.
ID Do Grupo The unique identifier (ID) of the group whose name you want to update.
Novo Nome Do Grupo The new name that will be assigned to the group.

Output

The node outputs a JSON array containing the result of the update operation. Typically, this will include confirmation details such as success status, updated group information, or error messages if the update failed.

No binary data output is expected from this operation.

Dependencies

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

Troubleshooting

  • Common Issues:

    • Invalid or missing API credentials can cause authentication failures.
    • Providing an incorrect group ID will result in errors indicating the group was not found.
    • Network connectivity issues may prevent communication with the Evolution API.
  • Error Messages:

    • "Operação não suportada." indicates that the requested operation is not supported by the node; ensure the correct resource and operation names are used.
    • Errors related to missing parameters will occur if required fields like instance name, group ID, or new group name are empty.
  • Resolutions:

    • Verify that all required input properties are correctly filled.
    • Confirm that the API key credential is valid and has necessary permissions.
    • Check network connectivity and API endpoint availability.

Links and References

Discussion