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 Foto Do Perfil, it updates the profile picture by setting a new image URL. This is useful in scenarios where you want to programmatically change or update a user's profile photo in an automated workflow, such as syncing profile pictures from another system or updating them based on events.
Example use cases:
- Automatically update user profile photos when they change in an external database.
- Batch update profile pictures for multiple users via URLs.
- Integrate profile picture updates into onboarding or user management workflows.
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. The exact structure depends on the API response but typically includes confirmation of success or details about the updated profile.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node uses the base URL
https://doc.evolution-api.com/api-referencefor requests. - Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
- Operation not supported error: If you select an unsupported operation or resource, the node throws an error indicating the function is not supported. Ensure you select the correct 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.
- Authentication errors: Make sure the API key credential is correctly configured and has sufficient permissions.
- Network or API errors: Check network connectivity and API availability if requests fail.
Links and References
- Evolution API Documentation (base URL used by the node)