Passwork icon

Passwork

Interact with Passwork API

Overview

This node interacts with the Passwork API to retrieve information about folders within a password management system. Specifically, the "Folder - Get" operation fetches details of a single folder by its unique identifier. This is useful when you need to access metadata or contents of a specific folder, for example, to display folder details in a workflow, verify folder existence, or use folder data as input for subsequent operations.

Practical examples include:

  • Retrieving folder information before adding or updating passwords inside it.
  • Fetching folder metadata to synchronize with another system.
  • Validating folder IDs provided by users or other nodes.

Properties

Name Meaning
Folder ID The unique identifier of the folder to retrieve. Typically a numeric or string ID.
Raw Result When enabled (true), returns the full raw response from the API without processing.

Output

The node outputs JSON data representing the folder's details as returned by the Passwork API. This typically includes fields such as folder name, ID, description, creation date, and possibly nested objects like contained passwords or subfolders depending on the API response.

If the "Raw Result" property is set to true, the output will contain the unmodified API response, which may include additional metadata or fields not normally exposed.

The node does not output binary data.

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 credentials.
  • Network access to the Passwork API endpoint is necessary.

Troubleshooting

  • Invalid Folder ID: If the folder ID does not exist or is malformed, the API will likely return an error indicating the folder was not found. Verify the folder ID is correct.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly configured.
  • Network Issues: Connectivity problems to the Passwork API endpoint can cause timeouts or connection errors.
  • Raw Result Confusion: Enabling "Raw Result" changes the output format; if downstream nodes expect processed data, this might cause issues.

Links and References

Discussion