AutomationFlowsWeb Scraping › Flowforge N8n

Flowforge N8n

Flowforge N8N. Uses httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Event Nodes: 4 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
{
  "nodes": [
    {
      "id": "t1",
      "name": "Gmail trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        100,
        200
      ],
      "parameters": {}
    },
    {
      "id": "n2",
      "name": "AI Triage LLM",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        300,
        200
      ],
      "parameters": {
        "url": "https://api.openai.com/v1/chat/completions",
        "method": "POST",
        "onError": "continue"
      }
    },
    {
      "id": "n3",
      "name": "Filter Spam",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        500,
        200
      ],
      "parameters": {
        "conditions": {}
      }
    },
    {
      "id": "n4",
      "name": "Slack Alert Support",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        700,
        150
      ],
      "parameters": {
        "url": "https://hooks.slack.com/support",
        "method": "POST"
      }
    }
  ],
  "connections": {
    "Gmail trigger": {
      "main": [
        [
          {
            "node": "AI Triage LLM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Triage LLM": {
      "main": [
        [
          {
            "node": "Filter Spam",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Spam": {
      "main": [
        [
          {
            "node": "Slack Alert Support",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}
Pro

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

About this workflow

Flowforge N8N. Uses httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/ai-email-triage/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

Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.

HTTP Request, Shopify
Web Scraping

front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.

N8N Nodes Wts, HTTP Request
Web Scraping

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Custom, HTTP Request
Web Scraping

Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.

HTTP Request, GitHub, n8n
Web Scraping

This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba

HTTP Request, Form Trigger, Google Drive