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": "HML \u2014 Supabase heartbeat",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 24
}
]
}
},
"id": "cron-1",
"name": "Daily",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "={{$env.SUPABASE_URL}}/rest/v1/heartbeat",
"authentication": "none",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "apikey",
"value": "={{$env.SUPABASE_SERVICE_ROLE_KEY}}"
},
{
"name": "Authorization",
"value": "=Bearer {{$env.SUPABASE_SERVICE_ROLE_KEY}}"
},
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Prefer",
"value": "return=minimal"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\"source\":\"n8n_heartbeat\"}",
"method": "POST",
"options": {}
},
"id": "http-1",
"name": "Insert heartbeat row",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
500,
300
]
}
],
"connections": {
"Daily": {
"main": [
[
{
"node": "Insert heartbeat row",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "1",
"id": "hml_heartbeat"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
HML — Supabase heartbeat. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/zebadee2kk/HamMediaLabs/blob/main/automation/n8n/workflows/heartbeat.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.
Flow. Uses httpRequest, mongoDb, airtable. Scheduled trigger; 6 nodes.
BTC_Poll. Uses start, httpRequest, postgres. Scheduled trigger; 5 nodes.
Recordatorio de Citas - 24 horas antes. Uses postgres, emailSend, httpRequest. Scheduled trigger; 5 nodes.
MHS Updates credential sync. Uses start, googleSheets, httpRequest. Scheduled trigger; 4 nodes.
CRM Sync (ClickUp → StreamPulse → Google Sheets Audit). Uses clickUp, httpRequest, googleSheets. Scheduled trigger; 4 nodes.