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": "Komos regulated browser ops task queue",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "komos-regulated-task",
"responseMode": "responseNode"
},
"id": "webhook-intake",
"name": "Case intake",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
]
},
{
"parameters": {
"method": "POST",
"url": "=https://api.komos.ai/public/v1/tasks/{{$env.KOMOS_TASK_ID}}/runs",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{$env.KOMOS_API_KEY}}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"input\": {\n \"case_id\": $json.body.case_id,\n \"workflow_type\": $json.body.workflow_type,\n \"portal\": $json.body.portal,\n \"subject\": $json.body.subject,\n \"return_fields\": $json.body.return_fields || [\"status\", \"evidence_url\", \"exception_reason\"]\n }\n}"
},
"id": "create-komos-run",
"name": "Create Komos run",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
260,
0
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={\n \"queued\": true,\n \"komos_run\": $json,\n \"next_step\": \"Store this run id and poll Komos or consume your configured webhook callback.\"\n}"
},
"id": "respond",
"name": "Respond",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
520,
0
]
}
],
"connections": {
"Case intake": {
"main": [
[
{
"node": "Create Komos run",
"type": "main",
"index": 0
}
]
]
},
"Create Komos run": {
"main": [
[
{
"node": "Respond",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"templateCredsSetupCompleted": false,
"description": "Queue a Komos browser automation run for CRA, insurance eligibility, banking operations, or other regulated portal work. See https://www.komos.ai/solutions/background-screening and https://docs.komos.ai/api-reference/introduction."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Komos regulated browser ops task queue. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/xuanli/komos-regulated-ops-playbooks/blob/0055334136629d9788b8527ccf9f992dc5dd3df8/templates/n8n-komos-regulated-task-queue.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.
User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.
Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.
WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.
This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant