Acelera icon

Acelera

Consume la API de Acelera

Actions8

Overview

The Acelera node is designed to interact with the Acelera API, specifically for managing collaborators. In the context of the "Delete" operation for the "Collaborators" resource, this node allows users to remove a collaborator by their email address. This functionality is particularly useful in scenarios where user access needs to be revoked or when cleaning up collaborator lists. For example, if a team member leaves an organization, this node can be used to delete their access from the system.

Properties

Name Meaning
Email The email address of the collaborator to be deleted.

Output

The output of the execute() method will return a JSON structure containing the response from the Acelera API after attempting to delete the specified collaborator. If the deletion is successful, the output may include confirmation details or status messages. If there is an error during the process, an error message will be thrown indicating the nature of the issue.

Dependencies

  • An API key credential is required for authentication with the Acelera API.
  • The node relies on the Acelera API being accessible and properly configured in the n8n environment.

Troubleshooting

  • Common Issues: Users might encounter issues related to invalid email addresses, lack of permissions, or network connectivity problems.
  • Error Messages:
    • "Error en operación 'collaboratorDelete': [error message]" indicates that there was an issue executing the delete operation. This could be due to an invalid email or insufficient permissions. To resolve this, ensure the email is correct and that the API key has the necessary permissions to delete collaborators.

Links and References

Discussion