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 (Profile), it supports the operation Atualizar Nome Do Perfil (Update Profile Name). This operation updates the name of a profile instance within the Evolution system.
This node is beneficial when you need to programmatically rename profile instances in your workflow automation, such as updating user profiles or system configurations dynamically based on external triggers or data changes.
Example use cases:
- Automatically renaming a user profile after receiving updated information from another system.
- Synchronizing profile names across multiple platforms by updating them centrally via this node.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The current name of the instance to identify which profile to update. Required string input. |
| Nome | The new name to assign to the profile. Required string input. |
Output
The node outputs a JSON array containing the result of the update operation. Typically, this will include confirmation details such as the updated profile name and possibly status or metadata returned by the Evolution API.
No binary data output is indicated.
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
- Operation not supported error: If you select an unsupported operation or resource, the node throws an error indicating the operation is not supported. Ensure that the resource is set to "profile-api" and the operation to "update-profile-name".
- Authentication errors: If the API key or credentials are invalid or missing, the node will fail to authenticate. Verify that the correct API key credential is configured.
- Invalid input errors: Both "Nome Da Instância" and "Nome" are required fields. Missing or empty values will likely cause the API call to fail.
- API connectivity issues: Network problems or incorrect API endpoints can cause failures. Check network access and API availability.
Links and References
- Evolution API official documentation (not provided here; consult your API provider)
- n8n documentation on creating and using custom nodes: https://docs.n8n.io/integrations/creating-nodes/