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": "Ink37 - Balance Due Reminders",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 8,
"triggerAtMinute": 0
}
]
}
},
"id": "schedule-trigger",
"name": "Daily 8AM CT",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://ink37tattoos.com/api/cron/balance-due",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"options": {
"timeout": 30000
},
"retryOnFail": true,
"maxRetries": 2,
"waitBetweenRetries": 5000
},
"id": "http-request",
"name": "Call Balance Due Endpoint",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
450,
300
],
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Daily 8AM CT": {
"main": [
[
{
"node": "Call Balance Due Endpoint",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"timezone": "America/Chicago"
},
"tags": [
{
"name": "ink37"
},
{
"name": "cron"
}
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Ink37 - Balance Due Reminders. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/hudsor01/ink37-tattoos/blob/7597ccc987c88503dd504f79e1344cbded0eab06/n8n/balance-due-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.
Obsidian Tag Index Refresher. Uses executeCommand, httpRequest. Scheduled trigger; 5 nodes.
E-Décor - Support Client. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.
77STF — Morning Digest (08:30 pon-pt). Uses httpRequest. Scheduled trigger; 5 nodes.