AutomationFlowsWeb Scraping › Send Balance Due Reminders

Send Balance Due Reminders

Original n8n title: Ink37 - Balance Due Reminders

Ink37 - Balance Due Reminders. Uses httpRequest. Scheduled trigger; 2 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity2 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Scheduled-Api-Call. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request
Web Scraping

WF-8: Data Sync. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request
Web Scraping

Obsidian Tag Index Refresher. Uses executeCommand, httpRequest. Scheduled trigger; 5 nodes.

Execute Command, HTTP Request
Web Scraping

E-Décor - Support Client. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.

HTTP Request, Email Send
Web Scraping

77STF — Morning Digest (08:30 pon-pt). Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request