Node-Bench
  • Challenges
  • Journeys
  • Guides
Log In
Learning Journey

Dinosaur Park Emergency Response

What you'll learn:

HTTP Request node for API callsOpenAI vision for image analysisOpenAI chat with system promptsSub-workflows as AI toolsIf node for conditional logicEdit Fields for data formatting

Challenges in this journey:

1
Fetch Park Status

Learn how to fetch data from an API in n8n using Manual Trigger and HTTP Request nodes. Practice making GET requests and understanding JSON responses.

Beginner
2
Analyze Map with AI Vision

Learn how to use OpenAI vision in n8n to analyze images. Practice passing image URLs to AI models and writing prompts for image analysis.

Beginner
3
Brief the AI Operator

Learn how to configure OpenAI chat models in n8n with system prompts and combine data from multiple nodes using expressions.

Beginner
4
Create Emergency Logging Tool

Learn how to create sub-workflows as AI tools in n8n. Practice using Execute Workflow Trigger and connecting tools to AI agents.

Beginner
5
Dispatch the Emergency Squad

Learn how to use the If node for conditional logic in n8n. Practice branching workflows based on boolean values and formatting output data.

Beginner
Start Journey