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 "Buscar Perfil Profesional" (Fetch Professional Profile), it fetches professional profile information associated with a given contact number from an instance of the Evolution API.
Common scenarios where this node is beneficial include:
- Retrieving detailed professional profile data for contacts in a CRM or communication platform.
- Automating workflows that require enrichment of contact information with professional details.
- Integrating professional profile lookups into customer support or sales automation processes.
For example, a user can input the instance name and a contact's phone number to retrieve that contact’s professional profile data, which can then be used downstream in the workflow for personalized messaging or record updates.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the Evolution API instance to connect to. |
Contacto | The contact's phone number whose professional profile is to be fetched. |
Output
The node outputs a JSON array containing the fetched professional profile data for the specified contact. Each item in the array represents the profile information returned by the Evolution API for the given contact number.
If the API supports binary data (e.g., profile images), it would be included as binary output, but based on the provided code and properties, the output is primarily JSON-formatted profile data.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API base URL and headers to be configured internally.
- No additional external dependencies are indicated beyond the Evolution API service itself.
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 "Buscar Perfil Profesional" respectively.
- Missing Required Parameters: Ensure both "Nombre De La Instancia" and "Contacto" fields are filled; otherwise, the node will fail due to missing required inputs.
- API Authentication Issues: Confirm that the API key credential is valid and has the necessary permissions to access profile data.
- Network or API Errors: Check network connectivity and Evolution API service status if requests fail or time out.
Links and References
- Evolution API Documentation (base URL referenced in the node)
- n8n Documentation on Creating Custom Nodes