Actions64
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
- Mensagem Actions
- Grupo Actions
Overview
This node interacts with the Evolution API, specifically allowing users to update their profile picture. It is useful in scenarios where automated workflows need to change or set a user's profile image based on external triggers or data sources. For example, a company might automatically update employee profile pictures from a centralized HR system or synchronize user avatars from another platform.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance where the profile picture will be updated. |
| URL Da Imagem | The URL of the image that will be set as the new profile picture. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to update the profile picture. This typically includes confirmation of success or details about the updated profile. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API 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 you use the exact resource "Perfil" and operation "Atualizar Foto Do Perfil".
- Invalid or missing parameters: Both "Nome Da Instância" and "URL Da Imagem" are required. Missing or invalid values may cause the API call to fail.
- API authentication issues: Make sure the API key credential is valid and has sufficient permissions.
- Network or API errors: Check network connectivity and the status of the Evolution API service if requests fail.
Links and References
- Evolution API official documentation (not provided in source; consult your API provider)
- n8n documentation on creating custom nodes and handling API credentials