AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

This node operation unarchives a specific Asset associated with a given Company by its identifiers. It is useful in scenarios where assets have been previously archived (soft-deleted or hidden) and need to be restored to active status within the system. For example, if an asset was mistakenly archived or needs to be reactivated for business processes, this operation allows users to reverse that state.

Properties

Name Meaning
Id The identifier of the requested Asset to be unarchived.
Company Id The identifier of the parent Company to which the Asset belongs.

Output

The output JSON will typically contain the updated Asset data reflecting its unarchived status. This may include fields such as the Asset's id, company association, status flags, timestamps, and other metadata indicating it is now active. No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication to the external service managing Companies and Assets.
  • The node uses a base URL configured in the credentials to send HTTP requests.
  • Depends on the external API endpoint that supports unarchiving an Asset by Company ID and Asset ID.

Troubleshooting

  • Common issues:

    • Providing invalid or non-existent Company Id or Asset Id will likely result in errors indicating resource not found.
    • Missing or incorrect API authentication credentials will cause authorization failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • "Asset not found" — Verify that the Asset Id and Company Id are correct and that the Asset exists.
    • "Unauthorized" or "Authentication failed" — Check that the API key credential is correctly configured and valid.
    • "Network error" — Ensure network access to the API endpoint is available.

Links and References

  • Refer to the external API documentation for Companies and Assets management for detailed information on the unarchive operation.
  • n8n documentation on how to configure API credentials and use HTTP request nodes.

Discussion