n8n
Workflow
Get The Job Details Using The Cortex Node
This n8n workflow retrieves tasks and integrates with various services. Get The Job Details Using The Cortex Node - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow retrieves tasks and integrates with various services. Get The Job Details Using The Cortex Node - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
370,
220
],
"parameters": [],
"typeVersion": 1,
"id": "3759431a-fc71-431f-854b-2f6679fe305f"
},
{
"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": "cortex"
},
"typeVersion": 1,
"id": "dd349fad-b1a0-44e0-ab82-46bfc072982c"
},
{
"name": "Cortex1",
"type": "n8n-nodes-base.cortex",
"position": [
770,
220
],
"parameters": {
"jobId": "={{$node[\"Cortex\"].json[\"_id\"]}}",
"resource": "job"
},
"credentials": {
"cortexApi": "cortex"
},
"typeVersion": 1,
"id": "d56c3f9d-2fd8-4946-b017-5d50b283824d"
}
],
"connections": {
"Cortex": {
"main": [
[
{
"node": "Cortex1",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Cortex",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Cortex API credentials
Tags
#n8n
#automation
#workflow