Actions64
- Instancia Actions
- Mensaje Actions
- Grupo Actions
- Crear Grupo
- Actualizar Imagen Del Grupo
- Actualizar Nombre Del Grupo
- Actualizar Descripción Del Grupo
- Actualizar Configuraciones
- Actualizar Miembros
- Buscar Enlace De Invitación
- Revocar Enlace De Invitación
- Enviar Enlace De Invitación
- Buscar Grupos
- Encontrar Participantes
- Mensajes Temporales
- Unirse Al Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
- Integración Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Perfil" (Profile) and operation "Eliminar Foto De Perfil" (Delete Profile Photo), it enables deleting a user's profile picture from the Evolution API system. This can be useful in scenarios where a user wants to remove or update their profile photo programmatically as part of an automated workflow.
Practical examples include:
- Automatically removing outdated profile photos when a user updates their information.
- Cleaning up profile images in bulk during data maintenance tasks.
- Integrating profile photo deletion into user lifecycle management processes.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the instance to target for the profile photo deletion. This is a required string input. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to delete the profile photo. The exact structure depends on the API's response but typically includes confirmation of deletion or error details.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is
https://doc.evolution-api.com/api-reference
. - Proper configuration of the API authentication credentials within n8n is necessary.
Troubleshooting
- Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "Perfil" and "Eliminar Foto De Perfil".
- Authentication errors: Ensure the API key credential is valid and has sufficient permissions to delete profile photos.
- Instance name issues: Providing an incorrect or empty instance name will likely cause the API call to fail. Double-check the instance name input.
- API connectivity problems: Network issues or incorrect base URL configurations can prevent successful API calls.
Links and References
- Evolution API Documentation (official API reference)