AutomationFlowsWeb Scraping › Master Workflow Trigger (test All 3 Workflows)

Master Workflow Trigger (test All 3 Workflows)

Master Workflow Trigger (Test All 3 Workflows). Uses httpRequest. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★☆☆☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 5 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": "Master Workflow Trigger (Test All 3 Workflows)",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "minutesInterval": 6
            }
          ]
        }
      },
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $vars.N8N_BASE_URL }}/webhook/auction-trigger",
        "options": {}
      },
      "name": "Trigger Auction Aggregator",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        200
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $vars.N8N_BASE_URL }}/webhook/invoice-trigger",
        "options": {}
      },
      "name": "Trigger Invoice Intake",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $vars.N8N_BASE_URL }}/webhook/crm-trigger",
        "options": {}
      },
      "name": "Trigger CRM Sync",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        400
      ]
    },
    {
      "parameters": {
        "method": "GET",
        "url": "https://gateway.ysiddo-ai-projects.app/streampulse/health",
        "options": {}
      },
      "name": "Verify StreamPulse Health",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        300
      ]
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Trigger Auction Aggregator"
          },
          {
            "node": "Trigger Invoice Intake"
          },
          {
            "node": "Trigger CRM Sync"
          }
        ]
      ]
    },
    "Trigger Auction Aggregator": {
      "main": [
        [
          {
            "node": "Verify StreamPulse Health"
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

Master Workflow Trigger (Test All 3 Workflows). Uses httpRequest. Scheduled trigger; 5 nodes.

Source: https://github.com/Yacine-ai-tech/StreamPulse/blob/master/connectors/n8n/workflows/master_trigger.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

Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.

Ssh, HTTP Request
Web Scraping

ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.

HTTP Request, Email Send
Web Scraping

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

HTTP Request