AutomationFlowsData & Sheets › Weekly Influencer Content Pipeline

Weekly Influencer Content Pipeline

Original n8n title: Influencer Content Pipeline - Mvp

Influencer Content Pipeline - MVP. Uses httpRequest, supabase. Scheduled trigger; 6 nodes.

Cron / scheduled trigger★★★★☆ complexity6 nodesHTTP RequestSupabase
Data & Sheets Trigger: Cron / scheduled Nodes: 6 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": "Influencer Content Pipeline - MVP",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 9 * * 1"
            }
          ]
        }
      },
      "id": "schedule-trigger",
      "name": "Weekly Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://strategist:8000/execute",
        "jsonParameters": true,
        "options": {},
        "bodyParametersJson": "={\n  \"persona_id\": \"{{ $json.persona_id }}\",\n  \"persona_name\": \"Luna Vibe\",\n  \"niche\": \"Fitness & Wellness\",\n  \"weeks\": 12\n}"
      },
      "id": "strategist-agent",
      "name": "Strategist Agent",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "jsCode": "// Extract this week's plan from strategy\nconst strategyData = $input.first().json;\nconst weeklyPlans = strategyData.weekly_plans || [];\nconst currentWeek = weeklyPlans[0] || {};\n\nreturn {\n  persona_id: strategyData.persona_id,\n  persona_name: \"Luna Vibe\",\n  niche: \"Fitness & Wellness\",\n  week_plan: currentWeek,\n  content_ideas: currentWeek.content_ideas || []\n};"
      },
      "id": "process-strategy",
      "name": "Process Strategy",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://creative-generator:8000/execute",
        "jsonParameters": true,
        "options": {},
        "bodyParametersJson": "={\n  \"persona_id\": \"{{ $json.persona_id }}\",\n  \"persona_name\": \"{{ $json.persona_name }}\",\n  \"niche\": \"{{ $json.niche }}\",\n  \"theme\": \"{{ $json.week_plan.primary_theme }}\",\n  \"content_type\": \"reel\",\n  \"platform\": \"instagram\"\n}"
      },
      "id": "creative-generator",
      "name": "Creative Generator",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        850,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://scheduler-publisher:8000/schedule",
        "jsonParameters": true,
        "options": {},
        "bodyParametersJson": "={\n  \"persona_id\": \"{{ $json.persona_id }}\",\n  \"content_batch\": [{{ $json.content }}],\n  \"platforms\": [\"instagram\", \"tiktok\"]\n}"
      },
      "id": "scheduler",
      "name": "Schedule Content",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        1050,
        300
      ]
    },
    {
      "parameters": {
        "operation": "insert",
        "schema": "public",
        "table": "content_calendar",
        "columns": "persona_id,scheduled_date,platform,content_type,status,caption,content_data",
        "options": {}
      },
      "id": "save-to-supabase",
      "name": "Save to Supabase",
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        1250,
        300
      ],
      "credentials": {
        "supabaseApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Weekly Trigger": {
      "main": [
        [
          {
            "node": "Strategist Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Strategist Agent": {
      "main": [
        [
          {
            "node": "Process Strategy",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Strategy": {
      "main": [
        [
          {
            "node": "Creative Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Creative Generator": {
      "main": [
        [
          {
            "node": "Schedule Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Content": {
      "main": [
        [
          {
            "node": "Save to Supabase",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "staticData": null,
  "tags": [],
  "triggerCount": 1,
  "updatedAt": "2025-11-14T00:00:00.000Z",
  "versionId": "1"
}

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

Influencer Content Pipeline - MVP. Uses httpRequest, supabase. Scheduled trigger; 6 nodes.

Source: https://github.com/bbj4t/influencer-automation/blob/00387653a85026ee4389f96a96d10040c01a8cfa/n8n-workflows/mvp-workflow.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