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 →
{
"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.
secureVectorApi
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
SecureVector - Parallel Analysis. Uses n8n-nodes-securevector, openAi. Event-driven trigger; 5 nodes.
Meet Transcript Task Manager. Uses googleDriveTrigger, pdf, openAi, googleCalendar. Event-driven trigger; 7 nodes.
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
clima 2. Uses httpRequest, emailSend, openAi. Event-driven trigger; 6 nodes.
✅ Use case examples: • Users submit screenshots for instant AI interpretation • Automated document or receipt analysis with Telegram delivery • Quick OCR or image classification workflows