AutomationFlowsWeb Scraping › Streamerbuddy Main Ingestion

Streamerbuddy Main Ingestion

StreamerBuddy Main Ingestion. Uses httpRequest. Webhook trigger; 6 nodes.

Webhook trigger★★☆☆☆ complexity6 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 6 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": "StreamerBuddy Main Ingestion",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "ingestion",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "webhook-ingestion",
      "name": "Webhook Ingestion",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$json.event_type}}",
              "operation": "equal",
              "value2": "yolo_event"
            }
          ]
        }
      },
      "id": "if-yolo-event",
      "name": "If YOLO Event",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$json.event_type}}",
              "operation": "equal",
              "value2": "chat_message"
            }
          ]
        }
      },
      "id": "if-chat-message",
      "name": "If Chat Message",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        460,
        500
      ]
    },
    {
      "parameters": {
        "url": "http://orchestrator:8000/webhook/yolo-processing",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "event_data",
              "value": "={{$json}}"
            }
          ]
        }
      },
      "id": "process-yolo",
      "name": "Process YOLO Event",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        680,
        200
      ]
    },
    {
      "parameters": {
        "url": "http://orchestrator:8000/webhook/chat-processing",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "message_data",
              "value": "={{$json}}"
            }
          ]
        }
      },
      "id": "process-chat",
      "name": "Process Chat Message",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        680,
        400
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{JSON.stringify({status: 'processed', timestamp: new Date().toISOString()})}}"
      },
      "id": "response",
      "name": "Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        900,
        300
      ]
    }
  ],
  "connections": {
    "Webhook Ingestion": {
      "main": [
        [
          {
            "node": "If YOLO Event",
            "type": "main",
            "index": 0
          },
          {
            "node": "If Chat Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If YOLO Event": {
      "main": [
        [
          {
            "node": "Process YOLO Event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Chat Message": {
      "main": [
        [
          {
            "node": "Process Chat Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process YOLO Event": {
      "main": [
        [
          {
            "node": "Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Chat Message": {
      "main": [
        [
          {
            "node": "Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {},
  "createdAt": "2025-01-09T10:00:00.000Z",
  "updatedAt": "2025-01-09T10:00:00.000Z",
  "id": "1"
}
Pro

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

About this workflow

StreamerBuddy Main Ingestion. Uses httpRequest. Webhook trigger; 6 nodes.

Source: https://github.com/Hany-hazem/streamerbuddy/blob/9f30b2852763bc9cd83aad89ab49a6efb332db22/workflows/main-ingestion.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

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request