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
The node "Wazend API" allows interaction with the Wazend platform through various resources and operations. Specifically, for the resource Perfil (Profile) and operation Actualizar Estado (Update Status), this node updates the status message of a profile instance. This is useful in scenarios where you want to programmatically change or set the current state or status text of a user profile or system instance within Wazend.
Practical examples include:
- Automatically updating a user’s availability or mood status based on external triggers.
- Setting a custom status message for a service instance to reflect its current operational state.
- Integrating status updates into workflows that monitor or manage profiles dynamically.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the profile instance whose status will be updated. |
Estado | The new status message for the profile, limited to 139 characters. |
Output
The node outputs a JSON array containing the response from the Wazend API after attempting to update the profile status. The exact structure depends on the API response but typically includes confirmation of the update or details about the updated profile status.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Wazend API.
- The base URL for requests is
https://docs.wazend.net/wazend
. - Proper configuration of the API credential in n8n is necessary to authorize requests.
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 "profile-api" and "update-profile-status" respectively.
- API authentication errors: Ensure the API key credential is valid and has sufficient permissions.
- Status length exceeded: The status message must not exceed 139 characters; otherwise, the API may reject the request.
- Network or connectivity issues: Confirm network access to the Wazend API endpoint.
Links and References
- Wazend API Documentation (official API docs for further details on endpoints and parameters)