Module: 4/5
Lesson: 4/7
Exercises:
Module 4 | Lesson 3

Lesson 3: HTTP Modules — Making Raw API Calls

The Most Powerful Module You Have

The HTTP module (called "HTTP" in Make, "HTTP Request" in n8n) is the most versatile module in any automation platform. It lets you make a direct HTTP request to any API. Once you're comfortable with it, you can connect to almost any service on the internet.

The HTTP module has five main parts to configure:

  1. Method — what action you're taking (GET, POST, PUT, DELETE, PATCH)
  2. URL — the API endpoint you're calling
  3. Headers — metadata about the request (authentication, content type, etc.)
  4. Body — the data you're sending (for POST, PUT, PATCH requests)
  5. Response — what comes back

Let's walk through each.

🔒

This lesson is premium

Get full access to AI Workflows — all modules, all lessons, lifetime access.

Already purchased? Sign in to restore access.