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," allows users to interact with the Wazend API to perform various operations on different resources. Specifically, for the resource "Instancia" and operation "Desconectar Instancia," it enables users to disconnect a specified instance by its name. This is useful in scenarios where you need to programmatically log out or terminate sessions of instances managed via the Wazend platform.
Practical examples include:
- Automating the disconnection of instances after completing certain workflows.
- Managing active sessions by disconnecting unused or stale instances.
- Integrating instance logout functionality into larger automation pipelines.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the instance you want to disconnect. This is a required string input. |
Output
The node outputs a JSON array containing the result of the disconnect operation. The exact structure depends on the API response but generally includes confirmation of the instance being disconnected or relevant status information.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Wazend API.
- The base URL for API requests is
https://docs.wazend.net/wazend
. - Proper configuration of the API authentication within n8n is necessary to use this node.
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 as "instances-api" and "logout-instance" respectively.
- Authentication errors: Ensure the API key credential is valid and has sufficient permissions to disconnect instances.
- Instance not found: If the specified instance name does not exist or is misspelled, the API may return an error or no action will be taken. Double-check the instance name input.
- Network issues: Connectivity problems with the Wazend API endpoint can cause failures; verify network access and endpoint availability.
Links and References
- Wazend API Documentation (base URL used by the node)
- Refer to your Wazend API provider for detailed API usage and authentication setup.