Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
The node "Evolution API" allows interaction with the Evolution API service. Specifically, for the resource Perfil and operation Atualizar Nome Do Perfil, it updates the name of a user profile instance. This is useful in scenarios where you need to programmatically rename profiles within the Evolution system, such as updating user display names or correcting profile information automatically.
Practical examples include:
- Renaming a user profile after a user changes their preferred display name.
- Automating batch updates of profile names based on external data sources.
- Integrating profile name updates into larger workflows that manage user data.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance to update. |
| Nome | The new name to assign to the profile. |
Output
The node outputs a JSON array containing the result of the profile name update operation. Each item in the output array corresponds to the response from the Evolution API after attempting to update the profile name. The exact structure depends on the API response but generally includes confirmation of the update or error details if the operation failed.
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 token in n8n credentials is necessary.
Troubleshooting
- Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "profile-api" and "update-profile-name" respectively.
- Authentication errors: Ensure the API key credential is valid and has the necessary permissions to update profile names.
- Invalid input errors: Both "Nome Da Instância" and "Nome" fields are required. Missing or empty values will likely cause the API call to fail.
- API connectivity issues: Check network connectivity and that the Evolution API endpoint is reachable.
Links and References
- Evolution API Documentation (base URL used by the node)
- Refer to your Evolution API provider's official docs for detailed API request/response formats and authentication setup.