AutomationFlowsWeb Scraping › EE-Solver Problem Solver

EE-Solver Problem Solver

Original n8n title: Ee-solver 문제 풀이

EE-Solver 문제 풀이. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 3 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": "EE-Solver \ubb38\uc81c \ud480\uc774",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "ee-solve",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "trigger",
      "name": "Webhook \ud2b8\ub9ac\uac70",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://localhost:8100/solve",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ question: $json.body.question, image: $json.body.image || null, mime_type: $json.body.mime_type || 'image/png', rag_context: $json.body.rag_context || [], rag_enabled: $json.body.rag_enabled !== undefined ? $json.body.rag_enabled : true }) }}",
        "options": {
          "timeout": 120000
        }
      },
      "id": "ee-solver",
      "name": "EE-Solver API \ud638\ucd9c",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        480,
        300
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ JSON.stringify($json) }}",
        "options": {}
      },
      "id": "response",
      "name": "\uc751\ub2f5 \ubc18\ud658",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        720,
        300
      ]
    }
  ],
  "connections": {
    "Webhook \ud2b8\ub9ac\uac70": {
      "main": [
        [
          {
            "node": "EE-Solver API \ud638\ucd9c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EE-Solver API \ud638\ucd9c": {
      "main": [
        [
          {
            "node": "\uc751\ub2f5 \ubc18\ud658",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

EE-Solver 문제 풀이. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/chdigda/ee-solver/blob/2e1e1feff95b782cb04af6115fd410a407c058fa/n8n/workflow_template.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

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant

HTTP Request, High Level