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": "JobOps \u2014 Scheduled Job Discovery",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 24
}
]
}
},
"id": "schedule-trigger",
"name": "Every 24h",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $env.JOBOPS_API_BASE_URL }}/api/n8n/discover",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-N8N-Webhook-Secret",
"value": "={{ $env.N8N_WEBHOOK_SECRET }}"
}
]
},
"options": {}
},
"id": "discover-request",
"name": "POST /api/n8n/discover",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
480,
300
]
}
],
"connections": {
"Every 24h": {
"main": [
[
{
"node": "POST /api/n8n/discover",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"active": false
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
JobOps — Scheduled Job Discovery. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/Taleef7/jobops-copilot/blob/main/workflows/n8n/job-discovery.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.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.