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 →
{
"id": "160",
"name": "Analyze a URL and get the job details using the Cortex node",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
370,
220
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Cortex",
"type": "n8n-nodes-base.cortex",
"position": [
570,
220
],
"parameters": {
"analyzer": "f4abc1b633b80f45af165970793fd4fd::Abuse_Finder_3_0",
"observableType": "url",
"observableValue": "https://n8n.io",
"additionalFields": {}
},
"credentials": {
"cortexApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Cortex1",
"type": "n8n-nodes-base.cortex",
"position": [
770,
220
],
"parameters": {
"jobId": "={{$node[\"Cortex\"].json[\"_id\"]}}",
"resource": "job"
},
"credentials": {
"cortexApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Cortex": {
"main": [
[
{
"node": "Cortex1",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Cortex",
"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.
cortexApi
About this workflow
Analyze a URL and get the job details using the Cortex node. Uses manualTrigger, cortex. Event-driven trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →