The n8n HTTP Request Node
Вставка
- Опубліковано 6 січ 2025
- The n8n HTTP Request node is an incredibly versatile node that allows you to send data to or pull data in from any service that has a published API.
You may find yourself needing to use this if n8n doesn't have a pre-build node for the service you want to connect to, or if a pre-build node doesn't quite do what you want it to do.
You will find the HTTP Request node in the Core Nodes section.
In this video we look at how to use the n8n HTTP Request node and run through a simple example of it in action.
You will find:
00:09 - About the HTTP Request Node
01:05 - Adding the Node to Your Workflow
01:21 - The HTTP Request Node Settings
06:08 - Importing a cURL Command
07:38 - Checking the URL and Other Parameters
12:47 - Using the Data in Previous Nodes in Your Request
13:51 - Testing Your Request