JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Technical guide

Add Jev questions to an n8n automation

n8n builds automations by connecting visual steps. This community add-on supplies a Jev question step whose answer can determine what happens next.

Original by DomMonteIntegrations

Listen to this guide

JevMade’s plain-English explanation

0:00 /

AI narration

Credits and license

“n8n-nodes-typesafe-ai” by DomMonte. Read the original source.

This expanded guide is an AI-narrated adaptation of the source’s essential explanation, examples and caveats, not a word-for-word reading. The synthetic voice does not imitate the author or imply their endorsement.

License: MIT

MIT License

Copyright (c) 2026 DomMonte

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Our summary

n8n lets people build automations by joining visual steps called nodes. This community node asks Jev for a likelihood of yes, one option from a list, or a rating. Later steps can use the answer without trying to interpret a written paragraph.

The guide covers installation, saving the private service key, choosing a question type, and passing selected information from earlier steps. The node does not retry failures itself: users must enable n8n's separate retry setting. It can also be offered as a tool to an AI assistant.

Installing a community node allows its code to run inside the n8n installation. Review its access and maintenance before approving it. Repeated attempts can cost more, and failed calls need a separate route. Test action cutoffs rather than treating every returned answer as reliable.

Key takeaways

  1. Review a community add-on before allowing it to run.
  2. Pass only information relevant to the question.
  3. Give failures and uncertain answers an explicit next step.

The repository is an unofficial n8n node. JevMade did not install it or make workflow requests.

GitHub README · Source reviewed

Read the original guide Opens the author’s site in a new tab.