AutomationFlowsAI & RAG › Securevector - Blocking Mode

Securevector - Blocking Mode

SecureVector - Blocking Mode. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexityAI-powered3 nodesN8N Nodes SecurevectorOpenAI
AI & RAG Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ AI nodes: yes 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": "SecureVector - Blocking Mode",
  "nodes": [
    {
      "parameters": {},
      "id": "start",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "operation": "scanPrompt",
        "prompt": "={{ $json.userPrompt }}",
        "timeout": 30,
        "includeMetadata": true,
        "blockOnThreat": true,
        "threatThreshold": 50,
        "blockOnRiskLevels": [
          "critical",
          "high"
        ]
      },
      "id": "securevector",
      "name": "SecureVector Security Gate",
      "type": "n8n-nodes-securevector.secureVector",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "secureVectorApi": {
          "name": "<your credential>"
        }
      },
      "continueOnFail": false
    },
    {
      "parameters": {
        "prompt": "={{ $json.userPrompt }}"
      },
      "id": "llm",
      "name": "Send to LLM",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "SecureVector Security Gate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SecureVector Security Gate": {
      "main": [
        [
          {
            "node": "Send to LLM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

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

SecureVector - Blocking Mode. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 3 nodes.

Source: https://github.com/Secure-Vector/n8n-nodes-securevector/blob/d472947f4af1ba9cdd7f6b5028bfdd6d54003e82/examples/blocking-mode.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

SecureVector - Parallel Analysis. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 5 nodes.

N8N Nodes Securevector, OpenAI
AI & RAG

Meet Transcript Task Manager. Uses googleDriveTrigger, pdf, openAi, googleCalendar. Event-driven trigger; 7 nodes.

Google Drive Trigger, PDF, OpenAI +4
AI & RAG

Part two of the Indeed Job Scraper, Filter, and Enrichment workflow, this workflow takes information about the scraped and filtered job listings on Indeed via Apify, which is stored in Google Sheets t

Google Sheets, OpenAI
AI & RAG

clima 2. Uses httpRequest, emailSend, openAi. Event-driven trigger; 6 nodes.

HTTP Request, Email Send, OpenAI
AI & RAG

✅ Use case examples: • Users submit screenshots for instant AI interpretation • Automated document or receipt analysis with Telegram delivery • Quick OCR or image classification workflows

Form Trigger, OpenAI, Telegram