Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Perfil" (Profile) and operation "Atualizar Nome Do Perfil" (Update Profile Name), it updates the name of a user profile instance within the Evolution system. This is useful in scenarios where profile names need to be programmatically changed or corrected, such as during user data synchronization, profile management automation, or bulk updates.

For example, if you manage multiple user profiles and want to rename one based on external input or workflow logic, this node can perform that update directly via the API.

Properties

Name Meaning
Nome Da Instância The name of the instance whose profile name you want to update.
Nome The new name to assign to the profile.
  • Nome Da Instância: A required string input specifying which instance's profile will be updated.
  • Nome: A required string input representing the new profile name to set.

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to update the profile name. The exact structure depends on the API response but typically includes confirmation of the update or details about the updated profile.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The base URL for requests is https://doc.evolution-api.com/api-reference.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Operation not supported error: If you select an unsupported operation or resource, the node throws an error stating the operation is not supported. Ensure you use valid combinations of resource and operation.
  • Authentication errors: If the API key or credentials are missing or invalid, requests will fail. Verify that the API key credential is correctly configured.
  • Invalid input values: Providing empty or incorrect values for "Nome Da Instância" or "Nome" may cause the API to reject the request. Make sure these fields are filled with valid strings.
  • API connectivity issues: Network problems or incorrect base URL settings can prevent successful API calls.

Links and References

Discussion