Send HTTP Requests to a List of URLs - n8n Workflow | Neura Market
Send HTTP Requests to a List of URLs
## How it works
This workflow reads a list of URLs every 15 minutes and sends an HTTP request to every URL on the list.
## Set up steps
1. Schedule the workflow to run at your desired frequency (default is every 15 minutes).
2. Add your desired URLs to the list. The list should be in the same format as the image below (Don't forget to have single quotes around every URL in the list, and separate each one with a comma!):

3. Turn the workflow ON.
## Ideas to customize the workflow for your own use cases:
- Change the HTTP method
- Add headers
- Add a request body
Platform
n8n
Category
IT & Development
Price
Free
Creator
Eric Francis
set
splitOut
httpRequest
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.