Back to Templates
This template is an interactive, hands-on tutorial designed to demystify what an API is and how it works, right inside your n8n canvas.
It uses a simple restaurant analogy to explain the core concepts:
The workflow is a series of self-contained lessons. Each lesson pairs an HTTP Request node (the customer placing an order) with a Webhook node (the kitchen receiving and responding to the order) to demonstrate a key concept:
GET
request to a URL
.Query Parameters
to filter or modify your request.POST
method and a Body
to send information to the server.Headers
and simple Authentication
to prove who you are.Timeouts
prevent your workflow from getting stuck.Setup time: < 1 minute
This workflow is a self-contained tutorial and requires no external services or credentials. You may want to check the Base URL.
That's it! Explore and have fun learning the fundamentals of APIs in an interactive way.