Actions59
- 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
- Entrar en El Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
Overview
This node, named "Wazend API," is designed to interact with the Wazend API service. It allows users to perform various operations on different resources exposed by the Wazend API. Specifically, for the resource "Instancia" and operation "Conectar Instancia," the node enables connecting to a particular instance by its name. This can be useful in scenarios where you need to programmatically manage or integrate with instances managed by Wazend, such as automating instance connections or retrieving instance-specific data.
Practical examples include:
- Automating the connection to a specific instance before performing further API calls.
- Integrating instance management into workflows that require dynamic instance selection based on user input or other triggers.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the instance you want to connect to. This is a required string input field. |
Output
The node outputs a JSON array containing the result of the "Conectar Instancia" operation. The exact structure of the JSON depends on the response from the Wazend API when connecting to the specified instance. Typically, this might include details about the connected instance such as its status, configuration, or connection metadata.
No binary data output is indicated in the provided code.
Dependencies
- Requires an API key credential for authenticating with the Wazend API.
- The base URL for API requests is set to
https://docs.wazend.net/wazend
. - The node expects the Wazend API to respond with JSON-formatted data.
- No additional external dependencies are indicated beyond the API access.
Troubleshooting
- Operation Not Supported Error: If you select an unsupported operation or resource, the node throws an error stating the operation is not supported. Ensure that the resource and operation names match those implemented in the node.
- Missing or Invalid Instance Name: Since the instance name is required, leaving it empty or providing an incorrect name may cause the API call to fail or return no results.
- Authentication Issues: Make sure the API key credential is correctly configured and has sufficient permissions to connect to instances.
- API Endpoint Changes: If the Wazend API base URL or endpoints change, the node may fail to connect. Verify the API documentation and update credentials or node configurations accordingly.
Links and References
- Wazend API Documentation (base URL used by the node)
- n8n Documentation on Creating Custom Nodes