Back
developer-toolsproductivityOpen source

n8n-nodes-typesafe-jev

Use typed Jev decisions inside an n8n workflow.

What Jev decides

A bounded label, yes probability, or score for each configured question.

This community node asks Jev several bounded questions about an n8n item and returns answers ready for downstream branches.

CHOICESCORENOUL
Jev role
Classify, route, or score workflow items with typed questions.
Input
The incoming n8n item and configured question criteria.
Output
Typed Jev answers or simplified values for downstream nodes.
Decision frequency
Each time the community node executes on an item.
Fallback
Downstream n8n nodes control actions; this node only returns decisions.
Author reported · Source reviewed

How it works

Input
The incoming n8n item and configured question criteria.
Jev
CHOICE + SCORE + NOUL
Output
Typed Jev answers or simplified values for downstream nodes.

Overview

An n8n workflow supplies state as text or JSON and defines Choice, Yes/No, or Score questions in a builder or JSON schema. The node calls the TypeSafe API with n8n’s HTTP helper and can append the full response, return answers only, or simplify them for Switch and Filter nodes. Credentials stay in n8n’s credential store. This is an unofficial community integration, not a TypeSafe-supported node.

Language
TypeScript
License
MIT
Author
n3ndor
Sources checked Sep 26, 2026

Sources

Related projects