Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
This node allows you to update the profile picture of a user in the Evolution API system. It is useful in scenarios where you need to programmatically change or synchronize user profile images, such as updating employee photos from an HR system or automating user onboarding processes.
Practical Example:
Automatically set or update a user's profile photo in Evolution API when a new image URL is available, ensuring that user profiles remain current across integrated systems.
Properties
| Display Name | Type | Description |
|---|---|---|
| Nome Da Instância | String | Digite o nome da instância (Enter the instance name). Required |
| URL Da Imagem | String | URL da imagem que será definida como foto do perfil (Image URL to be set as the profile picture). Required |
Output
The output is a JSON object (or array of objects) representing the result of the profile picture update operation. The exact structure depends on the Evolution API's response, but typically includes status information and possibly details about the updated profile.
Dependencies
- External Service: Requires access to the Evolution API.
- API Key/Credentials: You must configure valid Evolution API credentials in n8n under the credential type
evolutionApi. - Environment: No special environment variables are required beyond standard n8n configuration.
Troubleshooting
Common Issues:
- Invalid Credentials: If your API key or credentials are incorrect, authentication will fail.
- Unsupported Operation: If the resource or operation is not recognized, you may see an error like "Operação não suportada."
- Invalid Image URL: If the provided image URL is invalid or inaccessible, the API may return an error.
Error Messages:
"Operação não suportada."
Resolution: Ensure you have selected the correct Resource ("Perfil") and Operation ("Atualizar Foto Do Perfil").- API-specific errors (e.g., invalid URL, permission denied) will be passed through from the Evolution API. Check the error message for details and verify your input values.