AutomationFlowsData & Sheets › Scheduled Post Publisher: Supabase to HTTP

Scheduled Post Publisher: Supabase to HTTP

Original n8n title: Scheduler (starter)

Scheduler (starter). Uses supabase, httpRequest. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesSupabaseHTTP Request
Data & Sheets Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the HTTP Request → Supabase recipe pattern — see all workflows that pair these two integrations.

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": "Scheduler (starter)",
  "nodes": [
    {
      "parameters": {
        "rule": "*/10 * * * *"
      },
      "type": "n8n-nodes-base.cron",
      "name": "Cron 10min",
      "typeVersion": 1
    },
    {
      "parameters": {
        "operation": "select",
        "table": "posts"
      },
      "type": "n8n-nodes-base.supabase",
      "name": "Find due posts",
      "typeVersion": 1
    },
    {
      "parameters": {
        "url": "https://SEU_N8N/webhook/publisher"
      },
      "type": "n8n-nodes-base.httpRequest",
      "name": "Call Publisher",
      "typeVersion": 1
    }
  ],
  "connections": {}
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Scheduler (starter). Uses supabase, httpRequest. Scheduled trigger; 3 nodes.

Source: https://github.com/marciobever/app_afiliados/blob/b9ed35934b6a3009b2b0175a8eddbb9fdc1d717c/n8n/scheduler.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

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

Data & Sheets

This workflow solves a common problem with RSS feeds: they often only provide a short summary or snippet of the full article. This template automatically monitors a list of your favorite blog RSS feed

HTTP Request, RSS Feed Read, Supabase
Data & Sheets

This workflow is a multi-system document synchronization pipeline built in n8n, designed to automatically sync and back up files between Microsoft SharePoint, Supabase/Postgres, and Google Drive.

HTTP Request, Supabase, Postgres +1
Data & Sheets

03 - Recordatorio 4h (CON VERIFICACIÓN) ✅. Uses supabase, httpRequest, twilio. Scheduled trigger; 17 nodes.

Supabase, HTTP Request, Twilio
Data & Sheets

02 - Recordatorio 24h antes (CON VERIFICACIÓN) ✅. Uses supabase, httpRequest, twilio. Scheduled trigger; 17 nodes.

Supabase, HTTP Request, Twilio
Data & Sheets

• Fetches IT-related tenders from the French BOAMP API (filter: informatique) • Scores each tender with OpenAI (pertinence, budget, stack, GO/NO-GO) • Routes to Supabase as hot (≥75) or archived • Run

HTTP Request, Supabase