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 interaction with the Wazend API to perform various operations on different resources. Specifically, for the resource Grupo and operation Mensajes Temporales, it enables configuring ephemeral (temporary) messages in a group chat by setting an expiration time after which messages disappear automatically. This is useful for managing message retention and privacy in group conversations.
Common scenarios include:
- Automatically deleting sensitive or temporary information shared in group chats.
- Managing storage and clutter by limiting how long messages remain visible.
- Enforcing communication policies that require messages to expire after a certain period.
Example: Setting ephemeral messages to expire after 7 days in a specific group to ensure conversations are not permanently stored.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the Wazend instance to connect to. |
ID Del Grupo | The unique identifier of the group where ephemeral messages will be configured. |
Expiración | The expiration time for messages in the group. Options: Desactivado (Off), 24 Horas, 7 Días, 90 Días |
Output
The node outputs a JSON array containing the result of the ephemeral message configuration operation. The exact structure depends on the API response but typically includes confirmation of the updated settings or error details if the operation failed.
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 node with valid instance name and group ID is necessary.
Troubleshooting
- Unsupported Operation Error: If the selected operation is not supported for the resource, the node throws an error indicating the function is not supported. Ensure the correct resource and operation names are used.
- Invalid Credentials: Authentication failures may occur if the API key or credentials are missing or invalid.
- Incorrect Group ID: Providing an invalid or non-existent group ID will cause the API call to fail.
- Expiration Value Issues: Using unsupported expiration values might lead to errors; use only the provided options.
To resolve these issues:
- Verify resource and operation selections.
- Check API credentials and permissions.
- Confirm the group ID exists and is accessible.
- Use one of the allowed expiration options.
Links and References
- Wazend API Documentation (base URL used by the node)
- General n8n documentation on creating custom nodes