Passwork icon

Passwork

Interact with Passwork API

Overview

This node integrates with the Passwork API to retrieve passwords stored within a specified folder. It is useful for automating access to password vaults, enabling workflows that require secure retrieval of credentials or secrets stored in Passwork folders. For example, it can be used to fetch all passwords from a particular folder before deploying infrastructure or running scripts that need authentication details.

Properties

Name Meaning
Folder ID The unique identifier of the folder from which to retrieve passwords.
Raw Result If set to true, the node returns the full raw response from the API instead of processed data.

Output

The node outputs JSON data containing the passwords retrieved from the specified folder. The structure typically includes an array of password entries with their associated metadata (e.g., name, username, password, notes). If the "Raw Result" property is enabled, the output will contain the complete unprocessed API response as received from Passwork.

No binary data output is indicated.

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 sends requests with JSON content type and expects JSON responses.

Troubleshooting

  • Invalid Folder ID: If the folder ID is incorrect or does not exist, the API may return an error or empty results. Verify the folder ID is correct.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is properly configured.
  • Raw Result Confusion: Enabling "Raw Result" changes the output format; users expecting processed data should disable this option.
  • Network Issues: Connectivity problems to the Passwork API endpoint will result in request failures. Check network access and base URL configuration.

Links and References

Discussion