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 →
{
"active": false,
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2024-05-16T10:09:34.471Z",
"id": "A0dItt3j7dibhY8n",
"meta": null,
"name": "PingUpTime",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 1
}
]
}
},
"id": "0406005d-a3d3-442b-959e-dbc09ae7fcf8",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
820,
320
]
},
{
"parameters": {
"url": "https://pinguptime.ntcloud.it",
"options": {
"timeout": 60000
}
},
"id": "0087f11a-73b8-4cc6-8693-adcaf2bb7649",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
1040,
320
]
}
],
"settings": {
"executionOrder": "v1",
"timezone": "Europe/Rome",
"saveExecutionProgress": true,
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner"
},
"staticData": {
"node:Schedule Trigger": {
"recurrencyRules": []
}
},
"tags": [],
"triggerCount": 1,
"updatedAt": "2024-05-23T08:50:15.000Z",
"versionId": "08c23ee7-6cc6-49dd-b6e8-4b5de81eee67"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
PingUpTime. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/abdopcnet/n8n-workflows/blob/571190690b8157579f97253cf5e32631d3649efa/workflows/PingUpTime.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.
Rapyd Hourly Monitor. Uses httpRequest. Scheduled trigger; 6 nodes.
Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no-code template powered by n8n, a free and flexible workflow automation tool.
This workflow periodically checks a service's availability and sends an SMS notification if the service is down.