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
Beginner2Learn how to fetch data from an API in n8n using Manual Trigger and HTTP Request nodes. Practice making GET requests and understanding JSON responses.
Analyze Map with AI Vision
Beginner3Learn how to use OpenAI vision in n8n to analyze images. Practice passing image URLs to AI models and writing prompts for image analysis.
Brief the AI Operator
Beginner4Learn how to configure OpenAI chat models in n8n with system prompts and combine data from multiple nodes using expressions.
Create Emergency Logging Tool
Beginner5Learn how to create sub-workflows as AI tools in n8n. Practice using Execute Workflow Trigger and connecting tools to AI agents.
Dispatch the Emergency Squad
BeginnerLearn how to use the If node for conditional logic in n8n. Practice branching workflows based on boolean values and formatting output data.