Wazend API icon

Wazend API

Interact with Wazend API

Overview

This node, named "Wazend API," is designed to interact with the Wazend API, providing various operations on different resources. Specifically, for the resource "Perfil" (Profile) and the operation "Eliminar Foto Del Perfil" (Delete Profile Photo), the node allows users to delete a profile photo from a specified instance within the Wazend system.

Common scenarios where this node would be beneficial include:

  • Automating user profile management by removing outdated or unwanted profile photos.
  • Integrating profile photo deletion into larger workflows, such as user offboarding or profile updates.
  • Maintaining data hygiene by programmatically managing profile images across multiple instances.

Practical example:

  • A workflow that triggers when a user requests to remove their profile picture; this node deletes the photo from the user's profile in the specified instance automatically.

Properties

Name Meaning
Nombre De La Instancia The name of the instance where the profile photo will be deleted. This is a required string input.

Output

The node outputs a JSON array containing the result of the delete operation. The exact structure depends on the API response but typically includes confirmation of the deletion status or any relevant metadata returned by the Wazend API.

No binary data output is indicated for this operation.

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 token or key within n8n credentials is necessary.

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 "Eliminar Foto Del Perfil" respectively.
  • Authentication Errors: Ensure that the API key or authentication token is valid and has sufficient permissions to delete profile photos.
  • Instance Name Issues: Providing an incorrect or non-existent instance name may cause the API call to fail. Double-check the instance name input.
  • API Connectivity Problems: Network issues or incorrect base URL configurations can prevent successful API calls.

Links and References

Discussion