Actions9
- User Actions
- Folder Actions
- Password Actions
Overview
The node integrates with the Passwork API to perform operations related to folders, specifically enabling users to search for folders within a specified vault. This is useful in scenarios where you need to locate folders by name or other query parameters inside a particular vault, such as organizing credentials or secrets stored in Passwork.
For example, if you manage multiple vaults containing sensitive data, this node can help you quickly find a folder matching a search term without manually browsing through the vault interface.
Properties
| Name | Meaning |
|---|---|
| Query | The search string used to find folders matching this query within the selected vault. |
| Vault | The vault in which to perform the folder search. You can specify the vault by ID or select from a searchable list of vaults. |
| Raw Result | Boolean flag indicating whether to return the raw API response instead of processed output. |
Output
The node outputs JSON data representing the search results for folders matching the query within the specified vault. The structure typically includes an array of folder objects with their details (e.g., folder ID, name, and metadata).
If the "Raw Result" option is enabled, the output will contain the unprocessed API response as received from Passwork.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Passwork API.
- The base URL for the Passwork API must be configured in the node's credentials.
- The node depends on the Passwork API being accessible and the user having appropriate permissions to search folders within the specified vault.
Troubleshooting
- Empty Search Results: Ensure the query string is correct and that the vault contains folders matching the query.
- Authentication Errors: Verify that the API key credential is valid and has not expired.
- Invalid Vault ID: Confirm that the vault ID provided exists and is accessible by the authenticated user.
- API Connectivity Issues: Check network connectivity and the correctness of the base URL configuration.
- Raw Result Misinterpretation: If using the raw result option, be prepared to handle the full API response format, which may differ from the simplified output.
Links and References
- Passwork API Documentation (general reference for API endpoints)
- n8n documentation on Creating Custom Nodes