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": "Radar Institucional - Scan opportunities",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "radar-scan",
"options": {}
},
"id": "1",
"name": "Webhook Nexus",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {},
"id": "2",
"name": "Simulated Extract",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
450,
300
],
"notesInFlow": true,
"notes": "Extract HTML from SENA, MinCiencias, UCC portal"
},
{
"parameters": {},
"id": "3",
"name": "LLM Classification",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
650,
300
],
"notesInFlow": true,
"notes": "Classify urgency, tags, using Ollama Llama 3.2"
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:3001/api/setup/seed",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"status\": \"scan_complete\"\n}",
"options": {}
},
"id": "4",
"name": "Return to Nexus App",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
850,
300
]
}
],
"connections": {
"Webhook Nexus": {
"main": [
[
{
"node": "Simulated Extract",
"type": "main",
"index": 0
}
]
]
},
"Simulated Extract": {
"main": [
[
{
"node": "LLM Classification",
"type": "main",
"index": 0
}
]
]
},
"LLM Classification": {
"main": [
[
{
"node": "Return to Nexus App",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "f7d755c3-b0bc-43ad-8d99-5fbe602b9dc3",
"id": "nx-radar-01",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Radar Institucional - Scan opportunities. Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/JulianSechague/UCC_Nexus_Platform/blob/e5a6f47cb0d804ef07d3d96f0515ac7b8cda3723/n8n/radar-workflow.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.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c