AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node archives a specific company in the "Companies" resource by its ID. It is useful for workflows where you need to programmatically archive (deactivate or hide) a company record within your system, such as when a company is no longer active or needs to be removed from regular listings.

Example scenarios:

  • Automatically archiving companies that have been inactive for a certain period.
  • Integrating with other systems to archive companies based on external triggers or business rules.

Properties

Name Type Meaning
Id Number ID of the company to archive. Required field.

Output

The node outputs a JSON object representing the result of the archive operation. The exact structure depends on the API response, but typically it will include confirmation of the archival and possibly details about the archived company.

Dependencies

  • External Service: Requires access to the AvantGuard Hudu API.
  • API Key/Credentials: Needs valid avantguardHuduApi credentials configured in n8n, including the base URL (baseUrl) for the API.
  • n8n Configuration: Ensure the credentials are set up in n8n under the name avantguardHuduApi.

Troubleshooting

  • Missing or Invalid Credentials:
    Error: "401 Unauthorized" or similar.
    Solution: Check that the avantguardHuduApi credentials are correctly configured and have the necessary permissions.

  • Invalid Company ID:
    Error: "404 Not Found" or similar.
    Solution: Verify that the provided company ID exists and is correct.

  • Network/Connection Issues:
    Error: "Network Error" or timeouts.
    Solution: Ensure that the base URL is correct and reachable from your n8n instance.

Links and References

Discussion