The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Scheduled HTTP Check",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 15
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.3,
"position": [
250,
300
],
"id": "schedule-trigger",
"name": "Every 15 Minutes"
},
{
"parameters": {
"url": "{{TARGET_URL}}",
"method": "GET",
"options": {
"timeout": 10000
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
300
],
"id": "health-request",
"name": "Check Endpoint"
}
],
"connections": {
"Every 15 Minutes": {
"main": [
[
{
"node": "Check Endpoint",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"active": false,
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Scheduled HTTP Check. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/ellmos-ai/n8n-workflow-manager/blob/main/n8nManager/templates/scheduled_http_check.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.