Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
This node retrieves information about a specific password folder by its ID from the Hudu system via the AvantGuard integration. It is useful in scenarios where you need to fetch details of a particular password folder, for example, to display its contents, audit access, or use its data in subsequent workflow steps.
Practical Example:
Suppose you have a workflow that manages credentials and you want to retrieve metadata or details about a specific password folder (such as its name, description, or associated passwords) by providing its unique ID.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the requested password folder. This is required input. |
Output
The node outputs a JSON object containing the details of the password folder corresponding to the provided ID. The exact structure depends on the Hudu API, but typically includes fields such as folder name, description, and possibly a list of contained passwords.
Dependencies
- External Service: Requires access to a Hudu instance with the API enabled.
- API Key/Credentials: Needs valid
avantguardHuduApicredentials configured in n8n, including the base URL and authentication token. - n8n Configuration: Ensure the credentials are set up under the name
avantguardHuduApi.
Troubleshooting
- Invalid or Missing ID: If the provided ID does not exist, the node may return an error or an empty result. Double-check the ID value.
- Authentication Errors: If credentials are missing or incorrect, you may see errors related to authentication or authorization. Ensure your API key and base URL are correct.
- Connection Issues: Network problems or incorrect base URL can cause connection failures. Verify connectivity to your Hudu instance.