@wevalu/n8n-nodes-wevalu
v1.0.0
Published
n8n community node for WeValu - Fetch and analyze employee evaluations, performance metrics, and HR data from your WeValu platform.
Downloads
61
Maintainers
Readme
@wevalu/n8n-nodes-wevalu
This is an n8n community node. It lets you use WeValu in your n8n workflows.
WeValu is a comprehensive HR and evaluation platform for managing employee performance reviews, talent assessments, and organizational development.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
@wevalu/n8n-nodes-wevaluin Enter npm package name - Agree to the risks and install
Manual Installation
npm install @wevalu/n8n-nodes-wevaluOperations
WeValu node (Resources & Operations)
- Resource: Evaluation
- Operation: Get Many — filter by department ID, iteration; limit/offset or return all
- Operation: Get Summary — total count, average performance/potential, per-iteration statistics
Credentials
To use this node, you need a WeValu API Key:
- Log in to your WeValu account
- Navigate to Settings > Security > API Keys
- Click Create New API Key
- Give it a name and select the
evaluations:readscope - Copy the generated API key (you'll only see it once!)
Setting up credentials in n8n
- Add the WeValu node to the canvas and open it.
- In Parameters, open the Credential to connect with dropdown.
- Click Create new credential.
- Enter your API Key; optionally set Base URL if you use a custom WeValu instance.
- Save the credential and select it from the dropdown.
- The warning will disappear, and you can run the operation.
Compatibility
- Minimum n8n version: 1.0.0
- Tested with n8n version: 1.x
- Node.js version: >=20.15
