HTTP Request
A generic API call — the catch-all node in automation tools when no native integration exists for a service.
Definition
Most automation platforms (n8n, Make, Zapier) ship a generic HTTP Request node that issues arbitrary HTTP calls to any URL with custom headers, body, and auth. It is the escape hatch when no native integration exists or when the native one lacks an endpoint. Most production automation flows include at least one HTTP Request step.