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": "YZESKS Cleanup Scheduler",
"nodes": [
{
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 0,
"minute": 0
}
]
}
},
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "={{$env[\"SUPABASE_URL\"]}}/rest/v1/rpc/cleanup_expired_reservations",
"method": "POST",
"options": {}
},
"name": "Call cleanup_expired_reservations",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
500,
300
]
}
],
"connections": {
"Cron": {
"main": [
[
{
"node": "Call cleanup_expired_reservations",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
YZESKS Cleanup Scheduler. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/KadirKaraoglu/CourseRegister/blob/c90f47f420be9b61b02012564b03fe9708e68b8f/n8n/scheduler_workflow.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.