Actions64
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
Overview
The "Atualizar Nome Do Perfil" (Update Profile Name) operation of the "Perfil" (Profile) resource in this custom n8n node allows users to update the name of a profile within the Evolution API. This is useful in scenarios where you need to programmatically rename user profiles, such as synchronizing user data across systems or automating administrative tasks.
Practical Example:
You might use this node in an automation workflow to update a user's display name after they change it in another system, ensuring consistency across platforms.
Properties
| Display Name | Type | Description |
|---|---|---|
| Nome Da Instância | String | Digite o nome da instância (Enter the instance name). Required. |
| Nome | String | Novo nome do perfil (New profile name). Required. |
Output
- The output is a JSON object (or array of objects) representing the result of the profile name update operation.
- The exact structure depends on the Evolution API's response, but typically includes fields confirming the update and possibly the updated profile details.
Dependencies
- External Service: Requires access to the Evolution API.
- Credentials: Needs valid "evolutionApi" credentials configured in n8n.
- Environment: No special environment variables are mentioned, but network access to the API endpoint is required.
Troubleshooting
- Common Issues:
- Missing or invalid credentials will prevent the node from authenticating with the Evolution API.
- Providing an incorrect instance name or profile name may result in errors from the API.
- Error Messages:
- If the selected operation is not supported, the node throws:
Operação não suportada.
("Operation not supported.")
To resolve, ensure you have selected a valid resource and operation combination. - API-specific errors (such as validation errors) will be returned as part of the node's output; check the error message for guidance.
- If the selected operation is not supported, the node throws: